A function stored in a variable can have parameters like any other function. 

Let's make our function take one argument - a user name.

Perfect! We're not done though. The function body is missing.

Make sure it reads (user).