Challenge: Custom name tags
Store the headings in variables

This webpage uses divs to create name tags for a few famous computer scientists. In this challenge, you'll use JavaScript to change the text of all the h1s in the name tags. In this first step, use document.getElementsByTagName to find all the headings, and store them in a variable.