Computes the mean of the values in array.
array
The array to iterate over.
Returns the mean.
5.11.0
mean([4, 2, 8, 6])// => 5 Copy
mean([4, 2, 8, 6])// => 5
Computes the mean of the values in
array
.