Every object attributes have _______.
Concept:
In general, each object contains three object associated attributes:
- Object prototype: It is kind of reference/indication to another object from which properties are inherited.
- Object class: It is a kind of string which classifies the type an object.
- Object's extensible flag: It simply specifies that whether some new properties are added to the object





