We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Objects are similar to variables, but instead they can contain many values. Each value is written as a pair separated by a semicolon i.e name:value .
var car = {type:"Fiat", model:"500", color:"white"};
There was an error while loading. Please reload this page.