45: Objects in JavaScript

Objects take the concept of reusing code a step further, allowing you to gather together collections of related functions and other constructs into packages that can be easily shared and referred to as a single item. In this article Mike West covers the basics of Objects.

( Read the article )