An open API service indexing awesome lists of open source software.

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

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