Please help my code isn't running

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


const myStr = "FirstLine
\t\\SecondLine
ThirdLine"; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; TECNO BC2c) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.73 Mobile Safari/537.36

Challenge: Escape Sequences in Strings

Link to the challenge:

You can’t spread your code onto different lines. You will put your code all on one line and use escape sequences to have the output on different lines.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.