Great job! The first parameter is called first and the second is called last.
first
last
Assemble sayName("Alex", "Morgan"); so that the two values we pass go inside the function call.
sayName("Alex", "Morgan");