We're able to reuse greeting() when we need it by calling it. Calling it runs the code inside.
To call a function use the name followed by parentheses.
Excellent! The code inside the function body was executed.
Whoops! Don't we need the function name followed by parentheses?