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