Learn Form Validation by Building a Calorie Counter - Step 46

Tell us what’s happening:

It seems to me, had inputted all that was required, yet can’t pass my code!

Your code so far

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

/* file: styles.css */

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

  const HTMLString = `
<label>
  Entry ${entryNumber} Name 
</label>

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

Challenge Information:

Learn Form Validation by Building a Calorie Counter - Step 46

Just write your label element all in one line. Happy coding!

1 Like

Thank you, that was very helpful.

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