¿Puedes empujar más de un elemento JavaScript?

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