push multiple of a number to an array code example Example: js push multiple arguments var a = []; a.push(1, 2, 3); console.log(a);