Skip to content

Commit 56ee4d8

Browse files
author
Hadley
authored
Moved script tag into body
1 parent 91918d4 commit 56ee4d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/introduction-to-js-1/first-splash/number-guessing-game-start.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ <h1>Number guessing game</h1>
4040
<p class="lowOrHi"></p>
4141
</div>
4242

43-
</body>
44-
4543
<script>
4644

4745
// Your JavaScript goes here
4846

4947
</script>
48+
</body>
5049
</html>

0 commit comments

Comments
 (0)