push multiple valyes in array code example Example: javascript add multiple items to array var a = []; a.push(1, 2, 3); console.log(a);