Utilities for number
David Hsing
Returns the average value of the given array
Optional
The array to calculate
the average value of the given array
average([1, 2, 3]); // 2 Copy
average([1, 2, 3]); // 2
Utilities for number
Author
David Hsing