Object Oriented Javascript
Sunday April 20, 2008
For more complicated JavaScript you can define your own objects
In the thirty fourth tutorial in the original "Learn JavaScript" series we introduce an alternative method of writing JavaScript code that is based more on object oriented techniques. JavaScript is more prototype based rather than class based but you still get the opportunity to define your own objects.
Object Oriented JavaScript


Comments
No comments yet. Leave a Comment