Code Debugger
Sharpen your debugging skills by finding and fixing bugs in JavaScript code. Progress through levels of increasing difficulty and become a debugging master!
Level 1 of 8
easyMissing Semicolon
Fix the syntax error in this simple function.
Concept: Syntax
Progress:
1
2
3
4
5
6
7
8