Challenge: Croc Clicker

Add a click listener



Hint



_.on(_, function(_) { ... });


This webpage displays an image with text below that should show the number of
times that you've clicked that image. Use jQuery to make it work - add an event
listener for click events on the image that increments the numClicks variable and updates the text.