freeCodeCamp Challenge Guide: Create a Module Script

Create a Module Script


Solutions

Solution 1 (Click to Show/Hide)
<html>
  <body>
    <!-- add your code below -->
    <script type="module" src="index.js"></script>
    <!-- add your code above -->
  </body>
</html>
8 Likes