Scripts: Async vs Defer
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...
syedrashed.hashnode.dev3 min read