Spot the one buggy line in short JavaScript, Python and C snippets, and learn exactly why it's wrong.
Coding Bug Hunt is a free debugging game for anyone learning to code or preparing for technical interviews. Each round shows a short JavaScript, Python or C snippet containing exactly one bug — an off-by-one loop, a mixed-up comparison operator, a typo'd variable name, a missing return, or a forgotten break — and your job is to click the line where it hides.
Snippets are drawn from JavaScript, Python and C, each clearly labelled above the code so you always know what you're reading.
Each session picks 8 random snippets from a larger bank, so replaying gives you a different mix of bugs to find.
There's no hard countdown — a simple elapsed-time counter tracks how long your session takes, purely for fun.
Basic familiarity with reading code helps, but every round explains the bug and its fix afterwards, so it's also a good way to learn common coding mistakes.