Escape Sequences in Strings (NOT WORKING!)

Tell us what’s happening:

Your code so far

var myStr = "FirstLine\n\SecondLine\\rThirdLine"; // Change this line

I typed in the correct code and it is not letting me pass on to the next challenge

Link to the challenge:
https://www.freecodecamp.org/challenges/escape-sequences-in-strings

Which one should I fix?

I really don’t know how to do it

This is what I have now:

var myStr = “FirstLine\nSecondLine\rThirdLine”; // Change this line