Build a Calorie Counter - Step 47

Tell us what’s happening:

For some reason it just keeps saying I have to create a label element inside the teplate literal, while I already have done that.

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

Challenge Information:

Build a Calorie Counter - Step 47

Hi @leodjekane2,

Please reset this step, then try writing the code for the label on the highlighted line without changing any of the starting code.

Happy coding!