Let's see what happens when we pass "Alex" and "Morgan" to this function with two parameters.

Great job! The first parameter is called first and the second is called last.

Assemble sayName("Alex", "Morgan"); so that the two values we pass go inside the function call.