See that? When we use an argument with sayHi(), we can access it through $name variable.
sayHi()
$name
Psst: notice how we can put variable names right into a string.
Wouldn't we want to pass a variable to the function here?