i am trying to do the following:
var cars = []; var newCar = "toyota"; cars.push({ newCar: { year: 2000, } })
it saves newCar as &q