Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

2 of the tests don’t pass even though I’ve done exactly what they’re asking.
I have already tried changing utils.js and package.json.

image
image

My table:
image

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0

Challenge Information:

Number Guessing Game - Build a Number Guessing Game

I wonder if you have to count the bad (non integer) guesses in your count? (You aren’t counting them right now).

I tried adding +1 to the count if a non integer was read but it still didn’t pass. I don’t think that’s the problem because many other people have complained about those 2 tasks not passing.