That's it! As we called sayGoodMorning() twice, the code inside the function body was executed twice.
sayGoodMorning()
Make sure to start with the function name, then add parentheses ().
()