how to run js file in html code example
Example 1: how to link your js file to html
<script src="index.js"></script>
Example 2: call js script in html
<script src="file1.js" type="text/javascript"></script>
<script src="file2.js" type="text/javascript"></script>