Hi! I was working on step 76, and I think I found an error with the autochecker.
I know we are supposed to " Add an if statement to your calculateCalories function that checks the truthiness of your global error flag," after line 50 (after the getCaloriesFromInput() function is called multiple times. However, I didn’t read the question properly and added the new code on line 38, after which it still seemed to work, even though it isn’t supposed to as this wouldn’t achieve the purpose of the new code (since we just set isError = false on line 37).
If I’m misunderstanding something, please let me know! Thanks!
Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.