Escape Sequences in Strings - \t tab charracter erro

Tell us what’s happening:
When I verify my code I keep getting an error about a tab character.
I’ve retyped everything to make sure there is not hidden characters, but honestly there are no tabs in spacing or /t characters in my code.

Is this a bug?

Your code so far


var myStr ='FirstLine\n\\SecondLine\nThirdLine'; // Change this line


Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0.

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

Your solution should have a tab.

Thanks for pointing that out, I literally missed that.

It happens to all of us.