Answer & Solution
1. An object’s prototype is a reference to another object from which properties are inherited.
2. An object’s class is a string that caegorizes the type of an object.
3. An object’s extensible flag specifies whether new properties may be added to the object.