Load Javascript deferred

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

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

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

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