There was an error while loading. Please reload this page.
This has a simple format. You declare your variable and have it equal to an object in the form { key: value}
{ key: value}
var car = { "wheels":4, "engines":1, "seats":5 };
New to Free Code Camp?
JS Concepts
JS Language Reference
Other Links