Array.reverse
Function/Meaning
Upside down the order of the elements in the array.
Type
Arrayclass
method of
Syntax
reverse()
Arguments
Return value
None (void)
Explanation