array push js object by value code example Example: javascript array push object var myArray = []; myArray.push("Example"); myArray.push("text");