Zachary Hayes
Results
1
issues of
Zachary Hayes
In the tutorial: ["A first splash into JavaScript"](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/A_first_splash) , the following code block is given as a start point: ```js function checkGuess() { const userGuess = Number(guessField.value); if (guessCount ===...
bug
help wanted
effort: small
area: JavaScript