push 0 javascript code example Example: js array push const arr = ["foo", "bar"]; arr.push('baz'); // 3 arr; // ["foo", "bar", "baz"]