Tell us what’s happening:
Describe your issue in detail here.
what’s wrong with the formula?
Your code so far
const myStr = “FirstLine\n\t\SecondLine\nThirdline”; // Change this line
const myStr = "FirstLine
\t\\SecondLine
Thirdline"; // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15
Challenge: Escape Sequences in Strings
Link to the challenge: