sum of an array of numbers in javascript integer code example Example: javascript sum of array const sum = arr => arr.reduce((a, b) => a + b, 0);