119. What is the difference between `async` and `defer` on script tag?
Share
Common question to be asked, you need to first explain the that default script tag is parser blocking, and then how defer
and async
comes to rescue.
This article explains pretty well, and this article from google about critical rendering path is worth reading