79481928

Date: 2025-03-03 19:15:06
Score: 1.5
Natty:
Report link

The userGuess variable is not getting set to the user inputs as the program runs. Add in a line before you call checkIfCorrect to update the variable before you pass it to the function..

userGuess = getTest("userInput");

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: InBedded16