I tried to move this statement , <script src="script.js"></script>outside the <head></head> section from your index.html file. It works perfectly.
<html>
<head><!--<script src="script.js"></script>--></head>
<body>
</body>
<script src="script.js"></script>
</html>