Prototype
All javascript objects inherit properties and methods from a prototype.
Dateobject inherits fromDate.prototypeArrayobject inherits fromArray.prototype
The Object.prototype is on the top of the prototype inheritance chain.
Last updated
Was this helpful?