Jack Barber / Website Design

• `async`: Runs as soon as the script is ready; interrupts the parser; multiple async files will execute in any non-deterministic order.
• `defer`: Runs at DOMContenLoadStart, all `defer`ed scripts run in the order they were defined.

— Harry Roberts (@csswizardry) November 25, 2020