Noticed how when you printed greet the function definition was formatted differently?  Just like this:

Exactly! You can write the function body over one or several lines and it works just the same.

Make sure to assemble {return "Hello " + user}.