Challenge 6: Average Values Within Multiple Dictionaries
In this challenge, you are required to average values of a single key within multiple dictionaries.
We'll cover the following...
Problem Statement
Implement a calculateAverageAge
function that receives ...