JS ⟩ object ⟩ built-in ⟩ Object ⟩ .prototype
all objects created by object literals have the same prototype - Object.prototype.
the prototype of Object.prototype is null.
object literal
prototype chain
Object
Last updated 1 year ago