Tell us what’s happening:
I am not sure why this step is not working pls can someone help me
Your code so far
const caluculateCalories = (e) => {
e.preventDefault();
isError = false;
};
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