Learn Form Validation by Building a Calorie Counter - Step 66

I was told to rest the global error flag to false in this challenge
What’s a global error flag ???
I’m meant to do this to the code below

### Your code so far

function calculateCalories(e) {
  e.preventDefault();
}

Your browser information:

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

Challenge Information:

Learn Form Validation by Building a Calorie Counter - Step 66

on line 7 you declared a variable isError

1 Like

Thank you but how is it a global error flag ??

When you created the variable, it talked about that being a global variable to indicate that there was an error.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.