Make an embedded JS Script into an External JS script code example
Example 1: linking a script .js
<script type="text/javascript" src="path-to-javascript-file.js"></script>
Example 2: how to include external javascript in html
<script src="script.js">