Async VS Defer - Understand The JavaScript Execution
Do you really understand how the following line gets executed in your browser?
<script src="script.js"></script>
Do you really understand how the browser manages this line? People always say that to put the <script> tag at the end of the <body> tag, ...
jeetsdev.hashnode.dev5 min read
Devananth A
Frontend Developer
Really informative ::-)