# shuffle

Function • Randomly shuffles the elements of the array, returning a new array.


Arguments

name type description
array Array The array to shuffle.

Returns

name type description
array Array The resulting array.