Surround the value of the src attribute with the correct signs.

<html>
<body>
  <h1>The New Yorker</h1>
  <h2>Business & Tech</h2>
  <script src="script.js" ></script>
</body>
</html>]]>

Make sure to surround the name of the script file with quotes, " and ".