What am i doing wrong? it says i'm not putting a newline between SecondLine and ThirdLine, but i do have \t

Tell us what’s happening:

Your code so far


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


Your browser information:

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

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

nevermind, figured it out, i didn’t need to add \t