<input type="text" placeholder="Name" id="${entryDropdown.value}-${entryNumber}-name">`;

<input type="text" placeholder="Name" id="${entryDropdown.value}-${entryNumber}-name">`;

this is step 46 Building a calorie counter.

I am including the back ticks. this code won;t pass. can’t figure out what I am missing here. thanks for the help.

Please post a link to the Step. Thanks

Hi @lmtfaufp1999

So the forum can assist please post your full code.

Use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Is there a back tack and semi-colon before the input element?

Happy coding

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