Objects & Classes Quiz

Complete this assessment with 100% score to master this chapter.

01How do you access the 'name' property of an object named 'user'?

02What is the 'constructor' in a JavaScript class?

03What keyword is used to create an instance (copy) of a class?

04What does object destructuring let you do?

05What does the 'extends' keyword do in a JavaScript class?