reduce add to array code example Example: reduce javascript let sum = arr.reduce((curr, index) => curr + index);