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