Hello hello hello, this is async attribute of script element.
async - The script downloads asynchrnously while the page continue to parse.
Defer
The script is executed when the page is finished parsing.
Click me to test.