To update the heading with new sale items, we'll need to access the content of the heading.

Create a variable called sale and give it the content of the heading tag.

<html>
<body>
<h1 id="sale">Sale!</h1>
<script src="script.js"></script>
</body>
</html>]]>

Make sure to assemble document.getElementById("sale").innerHTML.