how to check and push multiple values in array in jquery code example Example: js push multiple arguments var a = []; a.push(1, 2, 3); console.log(a);