_.sum([4, 2, 8, 6]); // => 20 Arguments array (Array): The array to iterate over. Returns (number): Returns the sum.