Step 46
Inside your template literal, create a label element and give it the text Entry # Name. Using your template literal syntax, replace # with the value of entryNumber.
const HTMLString = `<label>Entry ${entryNumber} Name</label>`;
I’m at a loss as to why this won’t work. Could anyone enlighten me?
toan
May 25, 2024, 3:03am
2
Welcome to the forum.
Remove
const HTMLString = `
from your code. It’s already provided on line 22 above.
For the next time, you can create a help post on the forum by press the “Help” button.
system
Closed
November 23, 2024, 3:03pm
3
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.