Take a look at how these variables differ: greet contains a function, while greetTina stores a value. 

Let's print out the contents of greet, and then those of greetTina.

Cool! See, printing a variable that stores a function shows you the whole function definition.

Make sure you assembled console.log(greet) first.