how to call external javascript function in html code example
Example 1: insert js in html
<script src=¨script.js¨></script>
Example 2: how to include external javascript in html
<script src="script.js">
<script src=¨script.js¨></script>
<script src="script.js">