Async vs Defer in Javascript
Introduction How many times have you added javascript to your HTML like this <script src="path/to/some/javascript"></script> but have you ever pondered how browser handle that line of code? Why do we sometimes pass async or defer attributes to the s...
Feb 12, 20223 min read263

