After the word function, functions need names. Just like variable names, function names use camel case.

Choose a descriptive name for a function that displays a morning greeting.

Make sure the function name is in camel case, sayGoodMorning.