Object Oriented Aspects of JavaScript

In this lesson of the JavaScript tutorial, you will learn...
  1. That JavaScript is, in fact, object oriented.
  2. To create new objects in a variety of ways.
  3. To be careful with the this keyword.
  4. The difference between call() and apply().
  5. To extend existing objects.  more...

No comments:

Post a Comment