how to create array sum in js code example Example: sum all elements in array javascript arr.reduce((a, b) => a + b)