Tell us what’s happening:
I reset the code multiple times but to no avail. I keep getting the same error
-
You should have a
labelelement inside your template literal. -
Your
labelelement should have the textEntry ${entryNumber} Name.
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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36
Challenge Information:
Build a Calorie Counter - Step 47
https://www.freecodecamp.org/learn/full-stack-developer/workshop-calorie-counter/step-47