Reference reverse()

reverse()

Reverses the order of an array, maps to Array.reverse()

Examples

Syntax

reverse(list)

Parameters

list

Array to reverse

Notice any errors or typos? Please let us know. Please feel free to edit src/utilities/array_functions.js and open a pull request!

Related References