![]() ![]() | |
Flash Player 5.
my_array.unshift(value1,value2,...valueN)
value1,...valueN One or more numbers, elements, or variables to be inserted at the beginning of the array.
The new length of the array.
Method; adds one or more elements to the beginning of an array and returns the array's new length.
![]() ![]() | |