diff --git a/curriculum/challenges/english/25-front-end-development/lecture-understanding-asynchronous-programming/67340798c2c1776709d8a5fe.md b/curriculum/challenges/english/25-front-end-development/lecture-understanding-asynchronous-programming/67340798c2c1776709d8a5fe.md index 386586cabb9..39e977f0182 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-understanding-asynchronous-programming/67340798c2c1776709d8a5fe.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-understanding-asynchronous-programming/67340798c2c1776709d8a5fe.md @@ -46,35 +46,35 @@ In short, use `async` for scripts where the order of execution doesn't matter, a ## --text-- -What happens when a script tag has both `async` and `defer` attributes? +What is the advantage of using the `defer` attribute in a `