https://github.com/being-devahmad/guess-the-number-game
This is a JavaScript program (Guess the number) by using some basic Js methods
https://github.com/being-devahmad/guess-the-number-game
Last synced: 3 months ago
JSON representation
This is a JavaScript program (Guess the number) by using some basic Js methods
- Host: GitHub
- URL: https://github.com/being-devahmad/guess-the-number-game
- Owner: being-devahmad
- Created: 2023-04-17T08:38:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T08:42:29.000Z (about 3 years ago)
- Last Synced: 2025-02-07T01:31:58.675Z (over 1 year ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Guess-the-number-game
This is a JavaScript program (Guess the number) by using some basic Js methods
=> Guess the number
write a javascript program to generate a random number and store it in a variable, the program then takes a number from user and check whether their guess was lesser,
equal or greater than that random number
100 - no of guesses is the score of that person . the program is expected to terminate once it gets the right answer