In the script, we'll create a function to update the sale page.

Start assembling the updateSale() function.

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

Make sure to assemble function updateSale() { and }.