Recent Docs Activity
View all activityPage | 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) |