greet returns different values for different inputs. To save a certain return value, store the function call in a variable.

To store a greeting for Tina into greetTina, call the function by the name of the variable that stores it and pass "Tina" as an argument.

Perfect! Except for the name part, you can call an anonymous function like any other function.

Make sure to choose greet.