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