xxxxxxxxxx
//put it in last of body so javascript load after html element and javascript
//can change html element
<body>
<script src="index.js"></script>
</body>
xxxxxxxxxx
<html>
<head>
</head>
<body>
<script type="text/javascript" src=es4.js></script>
</body>
</html>