Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

ionescho

Member since
ionescho

Recent Docs Activity

View all activity
Page Date Comment

Object.prototype.__proto__


Use fun.prototype to reference constructor function in order to keep the same wording as before.

Object.prototype.__proto__


According to this( https://jsfiddle.net/mawwek15/ ), an object's prototype will change if you modify the constructor's prototype property and NOT retain the original value that it had when it was instanced( as was mentioned in the previous revision)