Async V/S Defer attributes in javascript
Async and defer are boolean attributes that are used along with the script tag to load the external scripts efficiently into our webpage.
Normal Script: Suppose the browser is loading a webpage and parsing the HTML line by line and suddenly encounter...
aashimalik.hashnode.dev2 min read
Sami
webdeveloper
Nice Article. Simply, explains the async and defer concept.