async and defer in <script> tag
This question asked in the interview to test whether you know different JavaScript files loading strategies or not and their behavior.Let's understand its behavior and when to use.
Basically both asyn...