Monthly Archives: September 2008

Prototype Basics: Creating a Javascript Class

Javascript is, by it’s nature, not an object oriented language.  However, everything in Javascript is an object.  So what you have are using objects to write procedural code; a truly intriguing concept.  It brings to light that having objects does … Continue reading

Posted in Development | Tagged , , , , , , | View Comments