Namespace: ArrayUtils

ArrayUtils

Some utilities for Arrays.

Author:
  • derschmale <http://www.derschmale.com>

Methods


<static> forEach()

Loops over a collection (Array or Object) and calls a function(obj, key).


<static> shuffle()

Randomizes the order of the elements in the array.