You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Write a script that will generate a random integer between 1 and 10. You have to guess the number by making guesses until the number you choose matches with the number that script chose.
Given I will be using prompt() this game will only run in-browser.