Gets the sum of the values in array.
array
The array to iterate over.
Returns the sum.
_.sum([4, 6]); // => 10