Table of Contents
Objects
I’m down with OOP
Using an object
Writing the cookie cutter
Using an object: the details
Step 1. Declaring an object variable.
Step 2. Initializing an object.
Step 3. Using an object
Putting it together with a new JavaScript file
Constructor arguments
Objects are data types too!
Object-oriented Zoog
Next: Objects