Computes the sum of the values in array.
array
5.6.0
sum([4, 2, 8, 6])// => 20
The array to iterate over.
Returns the sum.
Computes the sum of the values in
array
.5.6.0