"Guess The Number" Program in JavaScript
In this video you will write a JavaScript program that accepts a random integer between 1 and 10 and prompts the user to estimate the value.
If the user input matches the guess number, the computer will display "Matched!" else "Not matched!" will be displayed.