Power of a Number
- Create a function calculatePower(base, exponent).
- This function takes two arguments: base and exponent.
- Inside the function, use a exponential (for a challenge) to calculate base raised to the power of
exponent.
- Log the calculated power.