Travis build: 1449
This commit is contained in:
@@ -3940,7 +3940,7 @@ unfold(f, 10); // [-10, -20, -30, -40, -50]
|
||||
|
||||
### average
|
||||
|
||||
Returns the average of an of two or more numbers.
|
||||
Returns the average of two or more numbers.
|
||||
|
||||
Use `Array.reduce()` to add each value to an accumulator, initialized with a value of `0`, divide by the `length` of the array.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user