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.
the code checker is being picky about a few things.
First you have an extra space after the word Name that you should erase.
Second, the original code was presented on 3 lines. You need to preserve that.
So click reset, then add the label element ONLY in the empty lines (the line above will contain the const declaration and the line below will contain the last backtick and semicolon)