Scripts: Async vs Defer
May 24, 2021 · 3 min read · Introduction In modern websites, scripts are often "heavier" than HTML; their download size is larger and processing time is also longer. A script tag is used to load JavaScript inside a web browser. async and defer are the boolean attributes used a...
Join discussion

