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
easy

Missing Semicolon

Fix the syntax error in this simple function.

Concept: Syntax

Progress:

1
2
3
4
5
6
7
8

Fix the Code