Object Oriented Programming with JavaScript
Published March 22nd, 2011 Under Javascript | Leave a Comment
This video shows how to do object oriented programming (OOP) with JavaScript. It presents first the concept of a class constructorwhich uses the function() statement. Then, it explains how to create dynamic properties for single instances of classes as well as properties that exist for all instances of a class. Finally, it shows how to add methods to classes.
Code and video in other formats download