/Guess_the_Number

JavaScript Game of Guess the Number

Primary LanguageJavaScript

Guess_the_Number Date: 10/10/2023

JavaScript Game of Guess the Number

This code was an assigment.

🕯 Conditions 🕯;
##The program will hold a random number between 0-100 and ask the user to know this number 5 times (right).

##For every mistake, it will lower the right by one and guide the user by saying INCREASE/ DECREASE.

##If the result is 0 for the user, it will say "Sorry you lost" and if the user got it, it will say "Congratulations ... you got it on the attempt".