# rest

Function • Takes all but the first an element of an array.


Arguments

name type description
array Array The array from which to take elements.

Returns

name type description
array Array The resulting array.