Returns the sum of elements of an array
arrSum([1, 2, 3]);=> 6
A numeric array
Generated using TypeDoc
Returns the sum of elements of an array
Example