Exerpad
Exercise 3 · Chapter: Hello, World!Required+50 XP

Fix the Greeting

The code below should print Good morning! but it has bugs. Fix them!

Need a hint?
3 available · costs 5 XP each
javascript
console.log("Good morning!);
Output
Run your code to see the output here.