how to make an array in js and add objects code example Example: how to add objects in array var a=[], b={}; a.push(b); // a[0] === b;