Computes the sum of the values in array.
sum([1, 2, 3, 4]);// return 10 Copy
sum([1, 2, 3, 4]);// return 10
Generated using TypeDoc
Computes the sum of the values in array.