Можете ли вы раздвинуть более одного элемента JavaScript

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