Script async
The async attribute downloads the script in parallel with HTML parsing and executes it as soon as the download completes, pausing parsing briefly.
Execution order is not guaranteed with async — scripts run whenever they finish downloading.