reverse()

Reverses the order of the elements in the array.

Example

['A', 'B', 'C'].reverse(); // returns ['C', 'B', 'A']

<< join(separator) © 1996-2013 InetSoft Technology Corporation (v11.4) JS.6 Math Object Functions >>