Escape Sequences in Strings !@

Tell us what’s happening:

Please help me out where am i doing wrong here !

Your code so far


var myStr = "FirstLine\n\t\\SecondLine\\\r\n\t\ThirdLine";




Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escape-sequences-in-strings

You shouldn’t have both a return and a newline between the second and third lines.