Let's take a look at how we would use parameters to make our greeting function more flexible.

Can you finish adding the parameters here?

Sweet! By adding parameters to our greeting function we're able to use it to greet more than one person.

When calling a function we need the parameter name followed by it's value.