We can also pass information to functions through arguments.

See that? When we use an argument with sayHi(), we can access it through $name variable.

Psst: notice how we can put variable names right into a string.

Wouldn't we want to pass a variable to the function here?