Returns the total of data. Undefined and non-numbers are silently ignored.
data
Numbers.total([1, 2, 3]); // 6 Copy
Numbers.total([1, 2, 3]); // 6
Array of numbers
Total
Returns the total of
data
. Undefined and non-numbers are silently ignored.