It will add the provided numbers to produce the desired sum.
numbers
sum
1.0.0
sum([1, 2, 3]); // => 6 Copy
sum([1, 2, 3]); // => 6
It will add the provided
numbers
to produce the desiredsum
.