Summary: Objects

Review what we learned about objects in JavaScript.

We'll cover the following...

Key points

  • Objects have properties that contain information about the object and methods that are actions the object can perform.

  • Object literals in JavaScript are a collection of ...