JavaScript Loading Strategies in Web Page: async and defer
<script> tags are used to download and execute JavaScript on a web page.
Consider these three operations on a web page:
HTML Parsing
JavaScript Download
JavaScript Execution
We can manipulate the sequence of these phases using the following attr...
blog.shams-nahid.com2 min read