Async, which is short for ‘asynchronous’ means browsers don’t have to wait for script to finish before moving onto the next one when assembling a web page. This is opposite to ’synchronous’ where each script loads one after another.