Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 376 Bytes

File metadata and controls

7 lines (7 loc) · 376 Bytes

Guess-Game

My first javascript project where you guess a number between 1 to 20
If it matches the random number generated using Math random and truncate method then you win otherwise it will tell if the number you input is too high or low
Here is the live website for the same :
https://guess-game-masham.netlify.app/

#The code is not refatored