async, defer in script tag
Normal script tag
<script src="script.js"> </script>
In the normal script tag, the browser will parse the HTML line by line until it encounters the script tag. As soon as it encounters the script tag, it will fetch scripts from the network and execu...
clear-research.hashnode.dev1 min read