js adding array items together code example Example: javascript sum of array const sum = arr => arr.reduce((a, b) => a + b, 0);