Escape Sequences in Stringss

Tell us what’s happening:

Your code so far

var myStr= "Firstline\n\\Secondline\\Thirdline\r"; // Change this line


Your browser information:

Your Browser User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0.

Link to the challenge:

There are two things in your code that need to be fixed.
FirstLine, SecondLine and ThirdLine should be written in camel case. Note, letter L is capital.
Also, carriage return should come before ThirdLine