the array is appended instead of summed up mathematically ``` const sum = ages.reduce((a, b) => { return a + b; }) ```