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