By adding an underscore before the parameter name, we won't need to write it when calling the function.

Let's add an underscore here.

Nice. We're able to add the underscore to each parameter in our function.

Didn't we need the underscore followed by the parameter name?