What am I doing wrong? I’m super exhausted & also a newbie with Javascript. So bare with me. 
var myStr="FirstLine\n\t
\\SecondLine\n
ThirdLine";
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escape-sequences-in-strings
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make easier to read.
See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>
) will also add backticks around text.
Note: Backticks are not single quotes.

You can’t split your string into multiple lines like that.
1 Like
Guess, I’ll have to re-read the challenge. Like I said; I’m pretty sleep deprived at the moment. 
Also totally new to Javascript though. Thanks for the response.
Appreciate it! 
Sounds like it’s time for a nap.
Let your brain rest and absorb all that new knowledge.
1 Like