where i put my js script in html code example
Example: include js in html
<html>
<head>
</head>
<body>
<script type="text/javascript" src=es4.js></script>
</body>
</html>
<html>
<head>
</head>
<body>
<script type="text/javascript" src=es4.js></script>
</body>
</html>