To make the heading tag findable in the script, give it the ID "sale".

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

Make sure to code "sale".