JavaScript Loading Scripts
Optimize your code: load code at the right time.
<script src="magic.js">
We have three steps
Loading
Parsing
Executing
Loading
When the browser sees the script tag it asks your server for the script named magic.js. Your server sends magic.js t...
saadany.hashnode.dev2 min read