Create a variable called update and give it the updated value for the heading.

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

Make sure to assemble var update = saleItem + " " + sale;.