Können Sie mehr als ein Element JavaScript drücken?

Yeah you can push more than one item in JavaScript
foo.push(bar,baz,qux);
FireyDeath4