shuffle
array shuffle(array)
Returns a copy of
array
with the elements shuffled.
Arguments
array
—
array
with elements to shuffle.
Returns
a shuffled copy of
array
.