Escape Sequences in Strings translation

Tell us what’s happening:
I’m not really understanding at all what is being asked of me so far. Can Anyone help translate this problem a bit for me. I’m getting - ```
myStr should contain a tab character \t. which follows a newline character SecondLine should be preceded by the backslash character . There should be a newline character between SecondLine and ThirdLine
myStr should only contain characters shown in the instructions

Your code so far


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_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36

Challenge: Escape Sequences in Strings

Link to the challenge:

All the code should be on the same line (assuming the editor isn’t line wrapping). You should use escape characters to add in the line breaks and formatting you need.

You want a translation - Is there a specific word or phrase or concept? I don’t want to go line by line through the entire description explaining every word.

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