Escape sequence in stringsss

Tell us what’s happening:

Your code so far


var myStr 'FirstLine 

 \secondLine 

thirdLine'; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0.

Challenge: Escape Sequences in Strings

Link to the challenge:

you need to write it all in one line, and use the special characters to include the line break in the string

I got it thanks for your help