Mdn Docs __proto__ vs __proto__ Accessor
In mdn’s doc’s for the prototype chain, it states All objects inherit the Object.prototype.__proto__ setter, which can be used to set the [[Prototype]] of an existing object (if the __proto__ key is not overridden on the object). It then goes on to say that Object.prototype.__proto__ accessors are non-standard and deprecated. You should almost always use… Read More Mdn Docs __proto__ vs __proto__ Accessor