🔸Object.prototype

JSobjectbuilt-inObject ⟩ .prototype

all objects created by object literals have the same prototype - Object.prototype.

the prototype of Object.prototype is null.

Last updated