<script> vs <script defer> vs <script async>
<script> is used to execute JavaScript code in the HTML document.
You can include it in the <head> or the <body> tag or in both places.
This thread explains the various ways you can use the script tag and how you should use it depending on your use...
karanhejmadi.hashnode.dev2 min read