When using greet() now, we just need to supply the value and not the parameter name.

Try calling greet() here.

Using an underscore with function parameters makes calling functions much easier.

Not quite, the function name goes first, followed by the value.