Function parameters make functions really reusable. With them we're able to give values to our function.

Let's take a look.

We just added a parameter to our function. Parameters allow functions to be even more reusable.