When to use async and defer attributes in a script tag and why it is important
Do you know the importance of defer and async attributes in the script tag?
When we load any webpage in the browser, the browser generates a DOM(Document Object Model) by parsing the document.
When there is no attribute(defer or async) to the script ...
blog.yogeshchavan.dev2 min read