IBM Developerworks, Written by Kris Hadlock
Learn about the benefits of creating objects with JavaScript in this easy to follow practice article.
These exercises give you practice in:
- Creating objects using the Object function
- Creating objects using literal notation
- Creating objects using the object constructor and prototypes
- Adding properties to each object type
- Adding methods to each object type
Read the original article at IBM Developerworks