close
The Wayback Machine - https://web.archive.org/web/20160430015926/http://javascript.about.com/od/objectorientedjavascript/

Object Oriented JavaScript

JavaScript is a prototyping language where unlike most object oriented languages you don't use classes but instead create objects from other objects. In these tutorials we will look at how to write object oriented code the JavaScript way.
22 Articles in: Object Oriented JavaScript