Load Javascript asynchronous

This test page shows how javascript loads in head of the web page using async, e.g:

<script src='blank.php?v=1' async></script>

Compare this to loading javascript in the head without async of the web page

Compare this to loading javascript at the end of the web page