- 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
Tuesday, November 1st, 2011
Practice: Creating objects with JavaScript
These exercises give you practice in: