Some utilities for Arrays.
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.
 
Some utilities for Arrays.
Loops over a collection (Array or Object) and calls a function(obj, key).
Randomizes the order of the elements in the array.