Hey ! has anyone try this challenge

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

Your code so far


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

Your browser information:

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

Challenge: Escape Sequences in Strings

Link to the challenge:

important: you need to write the string on a single line, to produce the line break to not go to a new line in the code, but use the correct simble from the presented table

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