[JS] Escape Sequences in Strings, what?

So I got the solution for this one for some reason even though I thought the text was actually supposed to be laid out in the console like:

FirstLine
\SecondLine
ThirdLine

? I’m confident I used the right escapes here but it just comes out to all one line? Why is that?