prototype
🚧 under construction
JS ⟩ value ⟩ object ⟩ prototype
desc
__proto__
is a getter/setter for [[Prototype]] and resides in Object.prototype.
is considered outdated, modern methods are:
to access
[[Prototype]]
(which is hidden and internal).
prototype chain can't go in circles.
Last updated
Was this helpful?