4
How to Create Objects in Object-Oriented JavaScript with Prototype
Posted in JavaScript at April 29th, 2007 / 4 Comments »
Javascript Kata has a teriffic an article on how to create objects with JavaScript the old fashion way, without any JavaScript libraries. But I use prototype and it has its very own way to create a classes.