Escape Sequences in Strings - what I do wrong?

Tell us what’s happening:

I dont undrtstand the last task.

There should be a newline character between SecondLine and ThirdLine

I place a \n between SecondLine and ThirdLine, and the output code looks good.
what I do wrong?
Thanks for hellp!

Your code so far


var myStr = "FirstLine\n\tnewlinetabbackslash\\SecondLine\nnewline\nThirdLine"; // Change this line


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36.

Link to the challenge:

To make a new line, you simply need \n instead of \nnewline