Hello,
I am at step 44 of Learn Form Validation by Building a Calorie Counter.
The instruction is;
Start your HTMLString with a new line, then create a label element. Give that element the text Entry # Name , using your template literal syntax to replace # with the value of entryNumber .
When HTMLString is declared as const, it means it cannot be reassigned. The whole defining of the HTMLString value needs to happen during single assignment.