Async And Defer Scripts
Introduction
Async and Defer are boolean attributes used with script tags in HTML to load scripts efficiently.
Whenever a browser loads a webpage two significant things happen behind the scenes:
HTML Parsing
Script Loading
Further, two things in ...
codechitra.hashnode.dev2 min read