Create a function calculateArea that takes the radius of a circle as a parameter, calculates its area, and then logs the result. Declare a variable radius and call the function with this variable.