Tell us what’s happening:
- You should have a label element inside your template literal. 2. Your label element should have the text Entry ${entryNumber} Name.
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
let HTMLString =`<label>Entry ${entryNumber} Name </label>`;
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:142.0) Gecko/20100101 Firefox/142.0
Challenge Information:
Build a Calorie Counter - Step 47
https://www.freecodecamp.org/learn/full-stack-developer/workshop-calorie-counter/step-47