Assemble the script element.

<html>
<body>
  <h1>Word News</h1>
  <h2>Rainforest saved</h2>
  <script>console.log("The source file is correct!");</script>
</body>
</html>]]>

Make sure to assemble <script src="script.js"></script>.