Build a Calorie Counter - Step 48

Tell us what’s happening:

i have written the text according to the requirements of the for attribute and it passsed this test in console but it says that the label element must have the same text as before , and indeed it has the same text still it won’t pass the test..

Your code so far

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

/* file: styles.css */

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

  
  const HTMLString = `
  <label for="${entryDropdown.value}-${entryNumber}-name">
    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/144.0.0.0 Safari/537.36

Challenge Information:

Build a Calorie Counter - Step 48

hey its me if anyone has the same problem as me i wrote the correct code removed by moderator I thought if someOne else is stuck like me its the correct code..

Congratulations on solving the challenge! You should be proud of your achievement…we are! But we are removing your working solution, so it is not available to others who have not yet done the work to get there. Again, congrats!

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