view source
Object-ively Javascript
The goal of this post is to, at a high level, cover some of the basics of creating, using and implementing objects in Javascript. In a second part, we'll follow up with understanding Javascript object prototype, the prototype chain and making better use of composition and delegation over inheritance.
Advertisement