add javascript file to html with type code example
Example: how to add script in html head
<script src="script.js" defer></script>
<!--just add defer attribute so script will execute at last-->
<script src="script.js" defer></script>
<!--just add defer attribute so script will execute at last-->