We can use the return value of a function like any other value. We just need to call the function.

In this example, we're calling giveMeFive() and displaying its return value, 5, in the console.