Learn Form Validation by Building a Calorie Counter - Step 90

Tell us what’s happening:

Hello,

somehow my code in Step 90 doesn’t work.
function clearForm() {
const inputContainers = document.querySelectorAll(‘.input-container’);
}

My code does not pass "You should declare an inputContainers variable in your clearForm function.

Can someone help?
Thank you!

Your code so far

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

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

function clearForm() {
  const inputContainers = document.querySelectorAll('.input-container');
}

// User Editable Region
/* file: styles.css */

Your browser information:

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

Challenge Information:

Learn Form Validation by Building a Calorie Counter - Step 90

Hi there and welcome to our community!

Your code is correct. You may need to hit the Reset button and resubmit your code.
You could also try a hard refresh (CTRL+F5) or use your browser’s incognito/private mode.

Hope that helps!

Thank you! I had to reset the challenge