In the code below there is a function named getTheSquare. This function will receive an array with three objects in it; each object has two keys source and square.
Your task is to take the value of the source key and calculate its square root and store the result in the square key.
You don't need to print anything, just return the arrayOfObjects.