Modifying object prototypes in JavaScript
From the Documentation Wishlist (https://developer.mozilla.org/Project:en/Documentation_Wishlist)
11
votes
1 comment
-
Jesdisciple
commented
Prototypal inheritance is a very important feature of JavaScript, although to be honest I can't imagine the article being very long. If it incorporated material (likely with less detail) from these articles by Douglas Crockford that would help:
http://javascript.crockford.com/prototypal.html
http://javascript.crockford.com/inheritance.html
http://javascript.crockford.com/private.html