On this quiz, many questions are not in the course, like:
- Which of the following objects does not inherit from
Object.prototype
? - Which of the following keywords is used to identify a getter in an Object?
- Which of the following keywords is used to identify a setter in an Object?
- Which of the following is true about object setters?
- What is the difference between enumerable and non-enumerable properties in an object?
- What is the difference between
Object.keys()
andObject.getOwnPropertyNames()
? - Which of the following is true for an object sealed with
Object.seal
? - Which of the following is true for an object frozen with
Object.freeze
?