myStr should have encoded text with the proper escape sequences and no spacing.
myStr should have one newline character \n
myStr should have one carriage return character \r
myStr should have two correctly escaped backslash characters \
below is my change to the original code
var myStr = FirstLine\n /SecondLine/r ThirdLine\;
var myStr=Firstline\Seconfline\rThirdLine\;
This my new answer but its wrong
See below what they want me to do
myStr should have encoded text with the proper escape sequences and no spacing.
myStr should have one newline character \n
myStr should have one carriage return character \r
myStr should have two correctly escaped backslash characters \