Challenge: Famous discoveries

Find the math heading

Hint



var math = $(_);


This webpage displays famous discoverings, with headings and lists. In this first step, use jQuery to find the math heading (with id='math-heading') and store it in a variable named math. If you'd like, you can use console.log() to see what's stored in the variable.