Have you ever wondered if there was a way to write javascript that looks almost like Java? Well, there is thanks to the guys that wrote prototype. I wrote up an example to help get you started “Object Oriented Javascript”.
Object Oriented Javascript : OOP in javascript, Polymorphisim, Inheritance, Delegation, … that looks like Java
Have you ever wondered if there was a way to write javascript that looks almost like Java? Well, there is thanks to the guys that wrote prototype. I wrote up an example to help get you started “Object Oriented Javascript”.