Objects
What is an object?
Accessing object members
Iterating object properties
Object destructing
"this" keyword
Exercises
- Follow Example 10.1, define a dog object with a few properties and an
introduction. - Access the properties of the dog object with dot and bracket notations.
- Follow Example 10.5, update the
introductionof the dog object to introduce its properties.