You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marie-Louise edited this page Aug 20, 2018
·
8 revisions
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 . These pairs are referred to as **properties ** .
var car = {type:"Fiat", model:"500", color:"white"};