Browser Based JavaScript
<script type="text/javascript" src="myscript.js">
</script>
Place on the top of the body is the script needs to be run before initial render of DOM
- else at the end of body tag
<script type="text/javascript" src="myscript.js">
</script>
Place on the top of the body is the script needs to be run before initial render of DOM