In the script, store the heading element with the ID "story" in the story variable.
"story"
story
Make sure to pick var story followed by document and then .getElementById, ("story");.
var story
document
.getElementById
("story");