Question: What's one difference between the async and defer attributes of the HTML script tag?
- The defer attribute can work synchronously.
- The defer attribute works only with generators.
- The defer attribute works only with promises.
- The defer attribute will asynchronously load the scripts in order.
Answer: The correct answer of the above question is Option D:The defer attribute will asynchronously load the scripts in order.