Array.reverse

Function/Meaning

Upside down the order of the elements in the array.

Type
Arrayclassmethod of
Syntax
reverse()
Arguments
Return value
None (void)
Explanation