From the book JavaScript: The Good Parts is this little gem. The lineage of an object is irrelevant. What matters about an object is what it can do, not what it is decended from. … Prototypal Inheritance: You start by making a useful object. You can then make many more objects that are like that one.
5/21/2009 ~ 1 min read