Exercise 3 · Chapter: VariablesRequired+50 XP
Fix the Variable
The code below should print a color, but there's a bug. Find and fix it!
Expected output
green
Need a hint?
3 available · costs 5 XP each
javascript
let color = "green";
console.log(colour);
Output
Run your code to see the output here.