In order to see the output in the console, we need to print the result of the function call.

Like before, the function call stands for the returned value. Give it a go.

There it is! Our function works perfectly.

Make sure to assemble console.log(greet("Tina")).