Javascript quests: Escape Sequence in Strings

If you typed in the correct answer from the quiz:
var myStr="FirstLine\n\\SecondLine\\\rThirdLine"; in google chrome built in console, you will get this result instead of the ones that FCC shown you in quest.

And FCC wants us to build something like this:

So the FCC answer is wrong???

1 Like

Thanks! you helped me again! XD