11.
What does the Object.values(obj) method return?
12.
How do you get the number of properties in an obj...
13.
What will console.log(obj.toString()) output?
14.
How do you define a constructor function for crea...
15.
What is the purpose of the "this" keyword in a co...
16.
How do you create an instance of the "Car" objec...
17.
How do you add a method to an object created wit...
18.
What is the purpose of the "super" keyword in a ...
19.
How do you inherit properties and methods from a...
20.
How do you access nested properties in an object?