[Solved] Random number game isnt functioning
[ad_1] First, your JS function isn’t closed properly with an ending bracket }, causing syntax errors. Secondly, you have a character double quote that isn’t supported in the code “ instead of using “, which is also causing runtime errors. Also, you aren’t closing your header tags (<h1>, <h2>) etc. function guessNumber() { var playerGuess … Read more