Here we have an array of objects as an example:
[{Name: Deji, Age: 12}, {Name: Sonia, Age: 13}, {Name: Fabio, Age: 21}]
I am curious about how to loop through this array in order to calculate the total age of all the people included.
Is there a specific function that can be used to sum up the ages of the individuals in the array?