Learn Form Validation by Building a Calorie Counter - Step 68

Tell us what’s happening:

I don’t know waht’s wrong in my code, if you can help me in any way

Your code so far

<!-- file: index.html -->

/* file: styles.css */

/* file: script.js */
// User Editable Region

function calculateCalories(e) {
  e.preventDefault()
  globalErrorFlag = false;
}

// User Editable Region

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

Challenge Information:

Learn Form Validation by Building a Calorie Counter - Step 68

1 Like

What is the variable name of the global error flag you are using? You defined it near the top of your code.

2 Likes

thanks i didn’t remenber that variable

2 Likes

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