JavaScript Prototypes

Cheat Sheet: constructor > prototype > object

March 2nd, 2015 : 1 minute

...creating an object prototype with an object constructor function...

...creating a new object from your prototype...

...adding a new property to your object...

...adding a new method to your object...

...adding a method to your prototype...