To run the code, we need to call the function. We do that by coding its name followed by parentheses, like greetUser();.
greetUser();
Make sure to type greetUser();.