Review Game: Bug Squasher

Oh no! You're code is infested with bugs!

These insect invaders are feasting on vital characters within the code, rendering it invalid.

How to play:

1
-

eliminate bugs by jumping over them with the word motions w, e, and b.

Example
2
-use insert mode to restore the characters devoured by bugs.
Example
bug
0/10 bugs eliminated
0/17 code fixes made













// Start
// Welcome o this interactive Vim Playground!
unction createGreetingForUse(userName)
onst greetingForUse = `ello ${userName}!`;
return reetingForUser
}
onst reetingForGeorge = createGreetingForUse('George')
const greetingForClare = createGreetingForUser('Clare')
console.og(reetingForGeorge);
onsole.log(greetingForClare)