Let's declare the variable that stores the function. To begin with, we'll assign the keyword for functions to it.

Great! We've done the first step towards our function. We'll continue by adding a parameter.

Make sure to assemble var greet = function;.