Challenge: jQuery trivia quiz

Add the event listener


Hint


$(_).on(_, _);

This webpage includes a quiz about who invented jQuery (which hopefully you know by now!). You're
going to make this quiz interactive with JS & jQuery. In this first step, add an event listener to the form's
'submit' event