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