Reduce, reuse, recycle: call sayGoodMorning() a second time.

That's it! As we called sayGoodMorning() twice, the code inside the function body was executed twice.

Make sure to start with the function name, then add parentheses ().