Last Updated: February 25, 2016
·
469
· agam360

Js Objects & Prototypes

Highlights:

*Objects are pairs of keys and values (Hashes/Dictionaries).

*Every constructor has a prototype property which it uses to assign prototypes to all instances it generates.

http://yehudakatz.com/2011/08/12/understanding-prototypes-in-javascript/