Java script object quiz problem!

On this quiz, many questions are not in the course, like:

  1. Which of the following objects does not inherit from Object.prototype?
  2. Which of the following keywords is used to identify a getter in an Object?
  3. Which of the following keywords is used to identify a setter in an Object?
  4. Which of the following is true about object setters?
  5. What is the difference between enumerable and non-enumerable properties in an object?
  6. What is the difference between Object.keys() and Object.getOwnPropertyNames()?
  7. Which of the following is true for an object sealed with Object.seal?
  8. Which of the following is true for an object frozen with Object.freeze?

Thank you for your report, there should be a deployment in the next few days with the updated quizzes

1 Like