The instructions for the step say:
At the end of the string, before the final quote, insert the new line escape character \n
. This will cause the next part you add to text.innerText
to appear on a new line.
and yet when you do exactly that it doesn’t pass.
you have to remove the space to make the code pass.
it just needs to be worded differently