Using the reduce()
method provided in the code below, add the age
of each person object from the people
array and console.log
the ageTotal
which should equal the sum of all the people's age.
Go ahead to Repl.it, using the code below as your starting point.