OO Javascript

Learn more about Object-based (or Prototype-based) Javascript:

http://www.sitepoint.com/article/oriented-programming-1

For a basic tutorial on creating objects in JS see:

http://www.javascriptkit.com/javatutors/object.shtml

For a list of the objects already included in JS see:

http://www.devx.com/projectcool/Article/19993

Leave a Reply