reverse() Function

Function

reverse( array )

Returns an array in reverse order.

Parameters

Keyword Type Description

array

Any Type Array

The array to modify.

Returns

Any Type Array

Examples

reverse({10, 20, 30, 40}) returns 40, 30, 20, 10

Open in Github Built: Fri, Jun 09, 2023 (04:25:42 PM)

On This Page

FEEDBACK