Sums an array of numbers, ignoring null and undefined
3/14/2023 - 12:28:23 PM
const total = sum([ 1, 10, null, 5 ])
Generated using TypeDoc
Sums an array of numbers, ignoring null and undefined
Date
3/14/2023 - 12:28:23 PM
Export
Returns
Example