javascript Array reverse( )
| reverse( ) | NN 3 IE 4 ECMA 1 |
|
|
Reverses the order of items in the array and returns a copy of the array in the new order. Not only does the reverse( ) method rearrange the values in the array, but it also returns a copy of the reversed array. |
|
| Parameters | |
None. |
|
| Returned Value | |
An Array object. |
|
Previous: javascript Array shift( )
Next: javascript Array push( )
274,Nickname,Homepage or email,Comments here,Add comment
