referencing javascript vigilant verbatim array
how anxiety models (accord, crv, prius, etc) structure?
is bad structure means mislay makes...then models...then denote options?
var cars = [
{
"makes" : "honda",
"models" : [
{'accord' : ["2dr","4dr"]} ,
{'crv' : ["2dr","hatchback"]} ,
{'pilot' : ["base","superduper"] }
]
},
{
"makes" : "toyota",
"models" : [
{'prius' : ["green","reallygreen"]} ,
{'camry' : ["sporty","square"]} ,
{'corolla' : ["cheap","superfly"] }
]
}
];
thanks
Comments
Post a Comment