Javascript async

利用開始とともに、スクリプトは非同期で実行
非順序型実行で、非同期に適している。

<script src="http://hogehoge.com/script.js" async>
</script>