Comon-tech / numQuest

Let's turn a simple number guessing game to somtheing big
https://comon-tech.github.io/numQuest/
GNU General Public License v3.0
3 stars 5 forks source link

Some changes regarding multiple guess of a number in index.js #5

Closed Suryansh987 closed 11 months ago

Suryansh987 commented 11 months ago

use querySelectorAll to get all the button as an array and chooses the second one to disable as you are disabling the reset button

C-o-m-o-n commented 11 months ago

Thank you @Suryansh987 for the changes. It makes a big difference