I'm stuck, can't pass through "Escape Sequences in String" level

**i went to “get help” and watched the video explanation and it matched my code, yet it can’t run correctly I can’t pass through to the next level. here is my code:
** var myStr =“Firstline\n\t\SecondLine\nThirdLine” **


var myStr ="Firstline
\t\\SecondLine
ThirdLine" ; // Change this line

Your browser information:

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

Challenge: Escape Sequences in Strings

Link to the challenge:

Check your spelling for FirstLine… make sure to compare it with freecodecamps:)
And make sure FirstLine is followed by a new line which is \n
And lastly between SecondLine and ThirdLine there should be a new line\n :slight_smile:

1 Like

can you give the line code you summitted to pass the level, i got the lesson of the escape sequences, i am interested in next levels of the course.

WAIT IT IS THE SPELLING thank you.

your code is spelled Firstline, it’s supposed to be FirstLine.
EDIT: thought u were asking why the I corrected the spelling, sorry
EDIT: I guessing you have found the solution?

i did find the solution

kk, I’m glad:) have fun coding!!

1 Like

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