You have already completed these exercises!
Do you want to take them again?
You completed the JS Modules Exercises from W3Schools.com
Share on:
What attribute and value are required on the <script> tag when importing a module?
<script>
<script type='module'>
<script module='name of module'>
<script link='module'>