Code src="script.js" to link together index.html and script.js.

<html>
<body>
  <h1>Local News</h1>
  <p>Can cats code?</p>
  <script>console.log("Great!");</script>
</body>
</html>]]>

Make sure to type src="script.js".