Object-Oriented JavaScript
October 26th, 2006 by ailonOOP in JavaScript is something not so obvious to normal people. I mean if you know the basics of OOP in Java, C# or C++ this doesn’t help you alot in JavaScript. When I started development of SPAW2 (actually when I started thinking about it) I’ve read some articles on object-oriented JavaScript and the one that gave me a quick and understandable idea about all of this was the article called JavaScript Object-Oriented Programming by Ryan Frishberg.