1
Both `async` and `defer` attributes look like they do the same thing at first glance, but there are nuances to `async` and `defer`. Most of the time, you'd want to use `defer` instead of `async`, even though `async` sounds sexier. But why? I'd lik... Read full article