js push object in array and make it 1st code example Example: javascript array push object var myArray = []; myArray.push("Example"); myArray.push("text");