You might be tempted to think that variable greet contains the return value of the function.

But if you print greet, you'll see that it just stores the process of getting to the return value: the function's code.

Exactly! Let's look at another example. 

Make sure to choose console.log(greet).