Computes the sum of the values in array.
array
Returns the sum.
_.sum([4, 2, 8, 6]);// => 20 Copy
_.sum([4, 2, 8, 6]);// => 20
Computes the sum of the values in
array
.