Objects

What is an object?

Accessing object members

Iterating object properties

Object destructing

"this" keyword


Exercises

  1. Follow Example 10.1, define a dog object with a few properties and an introduction.
  2. Access the properties of the dog object with dot and bracket notations.
  3. Follow Example 10.5, update the introduction of the dog object to introduce its properties.