Async & Defer In Javascript
Oct 19, 2021 · 2 min read · While adding scripts into HTML code, we will use tag <script src='./main.js' /> When the browser reaches the script line, it will run the script, even if it's internal or external scripts, it will pause the execution of HTML, so the script can't per...
Join discussion