Inserts specified elements into the beginning of an array.
function unshift([item1 : Object [, ... [, itemN : Object]]]) : Array |
Inserts specified elements into the beginning of an array.
function unshift([item1 : Object [, ... [, itemN : Object]]]) : Array |