Appends new elements to an array, and returns the new length of the array.
function push([item1 : Object [, ... [, itemN : Object]]]) : Number |
Appends new elements to an array, and returns the new length of the array.
function push([item1 : Object [, ... [, itemN : Object]]]) : Number |