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.

Here, we add var, the name car, and then curly braces followed by a semicolon to create it.

Yay! We have our first object.

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