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 }.
{
return "Hello " + user;
}