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