Anyone can help me?

Tell us what’s happening:

Your code so far


var myStr; // Change this line


Your browser information:

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

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

What do you need help with?

I don’t understand what will I do.

Hi,

Here is the tip:
FirstLine newline tab backslash SecondLine newline ThirdLine

Now just replace the newline, tab, backslash words with the respective escape sequences from the table. Remember, there should be no whitespaces used.

All the required escape characters are mentioned in the table:

1 Like