Skip to content

Commit

Permalink
Update code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nati404 committed May 13, 2024
1 parent 1ecbb18 commit 86f5a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ <h1>Number guessing game</h1>
</div>

<script>
// This comment should trigger a rebuild for GitHub
// Your JavaScript goes here
// All game logic in function game for data protection
function game(){
let randomNumber = Math.floor(Math.random() * 100) + 1;

Expand Down Expand Up @@ -123,6 +122,7 @@ <h1>Number guessing game</h1>

}
}
// Run everything in function
game();
</script>
</body>
Expand Down

0 comments on commit 86f5a08

Please sign in to comment.