First Draft

Metamitya

// Animal prototype. Animal.prototype //Animal constructor Animal() prototype // Monkey instance. monkey __proto__ // Object prototype Object.prototype //Human prototype __proto__ Human.prototype // Subclass constr. Empty() { } // Human constr. Human() // Buddha instance. buddha Object() Function.prototype(){ } Function() this.__proto__ this.prototype functions initially available constructor object // Empty legend. empty definition constructor initially available object __proto__ __proto__ prototype // Start. START