Create a function that takes a number as an argument and returns the square root of that number cubed.
cubeSquareRoot (81) ➞ 729
cubeSquareRoot (1646089) ➞ 2111932187
cubeSquareRoot (695556) ➞ 580093704All numbers will evenly square root, so don't worry about decimal numbers.