In the script, store the heading element with the ID "story" in the story variable.

<html>
<body>
<h1 id="name">Instagram</h1>
<h2 id="story">Your story</h2>
</body>
</html>]]>

Make sure to pick var story followed by document and then .getElementById, ("story");.