How to Play
- Smash only the bugs (🐞, ⚠️, 💣) to score points.
- Smashing a feature (✅) will deduct points!
- Click "Pause" to pause the game. You can't smash bugs while paused.
- You have 30 seconds. Try for the highest score!
function add(a, b) {
// TODO: Fix logic bug
return a - b; // Should be a + b
}
console.log(add(2, 2)); // 4?
Score: 0High Score: 0Time: 30s