Compute the sum of the given numbers.
The numbers to sum.
The sum of the numbers.
sum(1, 2, 3, 4, 5);// => 15 Copy
sum(1, 2, 3, 4, 5);// => 15
Compute the sum of the given numbers.