Learn Form Validation by Building a Calorie Counter - Step 91

Tell us what’s happening:

Hello, i get problem here. the course tell me to querying all elements with a class input-container. but, something get wrong and i don’t get it. is anyone can help me? thank you.

Your code so far

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

/* file: styles.css */

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

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

// 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/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Learn Form Validation by Building a Calorie Counter - Step 91

Hi there!

You have a typo in above. Misspelled the querySelectorAll

1 Like

oh… the typo… :sweat_smile: thank you. i must be very careful and more focus next time.

1 Like