Tell us what’s happening:
SyntaxError: unknown: Unexpected token, expected “;” (1:9)
1 | var myStr"FirstLine\n\t\SecondLine\nThirdLine"; // Change this line
| ^
2 |
Your code so far
var myStr"FirstLine
\t\\SecondLine
ThirdLine"; // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
.
Challenge: Escape Sequences in Strings
Link to the challenge: