Below is a sample array of objects :
[{Name : Deji, Age: 12}, {Name : Sonia, Age 13}, {Name : Fabio, Age: 21}]
How do I iterate through the arrays in such a way as to add up the ages of the people in the array.
Is there a function that can add up the ages of the player?