Here, the HTML file is named index.html, and a JavaScript file, script.js.

Tap through the files to see what they contain out.

<html>
<body>
  HTML goes here
  <script>console.log("JavaScript goes here");</script>
</body>
</html>]]>