We need to give all the parameters we defined in the function definition when calling the function. We separate them with a comma (,).

Let's call addAge().

addAge needs the two parameters that were specified in the function definition in order to work.

Don't we need ageOne first, and then ageTwo.