Save the heading into the variable by assembling the code.

<html>
<body>
<h2 id="reviews">
PitchFork
</h2>
<script>
var title = document.gerElementById("reviews");
</script>
</body>
</html>]]>

Make sure to pick var title followed by = and then document, getElementById("magazine").