Let's write a line that returns a greeting for the name saved in the user parameter, then add it between curly braces.

Aaand we're done! Have you noticed something different about this function?

Make sure you chose { first, then assembled return "Hello " + user;, and finally the closing curly brace }.