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