javascript how to push to an array code example Example: javascript array push var SomeRandomArray = []; SomeRandomArray.push("Hello, world!");