async
Using the async attribute
The async tag is a boolean attribute, which means that its presence alone in the browser indicates true, or “Yes, use this damn feature!” It tells the browser to execute (in this case) script.min.js as soon as it is available. Scripts that are loaded using async are executed as soon as they are downloaded, rather than in the order of their appearance in the HTML.