From 3a90632d8a700d6495fcadf9b6f0abcbdacae86c Mon Sep 17 00:00:00 2001 From: nitishkhobragade Date: Wed, 21 Feb 2024 10:52:12 +0530 Subject: [PATCH] update in rock paper scissors --- 08_rock_paper_scissors_01/app.js | 2 +- 08_rock_paper_scissors_01/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/08_rock_paper_scissors_01/app.js b/08_rock_paper_scissors_01/app.js index 9fe7960..bcd1a08 100644 --- a/08_rock_paper_scissors_01/app.js +++ b/08_rock_paper_scissors_01/app.js @@ -87,7 +87,7 @@ resetGame = () => { console.clear(); console.log("Game Reset"); msg.style.backgroundColor = "#081b31"; - msg.innerText = "Play your move"; + msg.innerText = "Select Your Choice"; }; diff --git a/08_rock_paper_scissors_01/index.html b/08_rock_paper_scissors_01/index.html index a31a49c..f9e17b4 100644 --- a/08_rock_paper_scissors_01/index.html +++ b/08_rock_paper_scissors_01/index.html @@ -35,7 +35,7 @@

Rock Paper Scissors

-

Play your move

+

Select Your Choice