Async vs Differ in js
Misconception about the Script tag
Most people assume that the script tag should come before the closing body tag, as shown below:
This assumption is due to how the browser parses (loads) HTML.
However, you can place the script tag anywhere within th...
webtechinterview.blogspot.com2 min read