Which of the following is the proper way to link to an external JavaScript file? code example
Example: linking a script .js
<script type="text/javascript" src="path-to-javascript-file.js"></script>
<script type="text/javascript" src="path-to-javascript-file.js"></script>