We create an object much like any other variable. We use var, a name, and an equals sign. But then we put the values between curly braces.

Add var, the name car and then curly braces followed by a semicolon.

Yay! We have our first object.

Make sure to start with var car, then the opening curly brace {.