Oh no, my yard is infested with moles! Help me whack them! Let's use jQuery to remove each mole. Remember that means we're writing in the JavaScript editor now.
- Let's start with the first mole at the top. It has the class
mole1. Fix the code provided on lines 1-3 so that the mole disappears when you click on its "Whack Me!" button. Hint: You'll need to change the selector from "INCORRECT" to the name of the button you want to click.
Did you get rid of the first mole?! YES? GREAT!