NBNabeel Bodainbodanabeel.hashnode.dev·Feb 4, 2024 · 3 min readDefer & Async Attributes in JavascriptThe default way of treating a <scipt/> tag by a browser is to pause creating DOM (Document Object Model) and start loading and executing the resource of script but this behaviour leads to two important issues: The script does not have access to the ...00