Skip to content

Commit

Permalink
tupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
meetarora10 committed May 29, 2024
1 parent c1bab40 commit 5f0e41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Games/Rock_Paper_Scissors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ <h1>Rock Paper Scissors</h1>
<button class="btn" onclick="
userScore=0;
computerScore=0;
tieScore=0;
updateResult();
">Reset Score</button>
<button class="but5 btn" onclick="
Expand Down

0 comments on commit 5f0e41c

Please sign in to comment.