Stuck on JS escape sequences 137

This is my code for JavaScript escape sequences and it doesn’t tick the box that says it should have encoded text and no spaces, but it checks all the others, what’s wrong with it?

var myStr=“FirstLine\n\Secondline\\rThirdline”;

Look very carefully at what the expected output is. Remember that capitalization matters.