Why is this not working ? Instructions said: After your label element, and on a new line in your template string, create an input element. Isn’t that what I have on my code? Compiler keeps saying that I need to add the input on a new line. I don’t understand why its not working.
Your code so far
WARNING
The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.
You will need to take an additional step here so the code you wrote presents in an easy to read format.
Please copy/paste all the editor code showing in the challenge from where you just linked.
Thank you. I have removed the \n and hit the enter key to move to a new line. Still getting error. Now it is also saying "You should not modify your label element. ". Weird thing, I have tried the code on a separate Online JavaScript Compiler and it works fine but not here.
Hello, could you kindly elaborate on your suggestion ? What do you mean by: “there should be a going to new line before the label element” ? I appreciate your help; I’ve tried everything suggested previously and it is still not working.