We can also store the return value of a function in a variable.

In this code snippet, we're storing the return value of giveMeFive() in the result variable.