Article: Objectifying JavaScript
September 18, 2006 at 10:55 PM
Add to Delicious or Add to My Yahoo!
Object-oriented programming techniques can greatly improve both the structure and readability of your code, but it can be a little difficult to get a grasp on objects in JavaScript's unique implementation. Read along as "Behind the Curtain" columnist Jonathan Snook presents the foundational details behind creating objects in JavaScript, and points out the implications and variations of each creation mechanism. Read more...


