Proper Escape Sequences

Tell us what’s happening:
The outline for this challenge is to use escape sequences to insert special characters. I inserted all of the correct escape sequences outlined in the table, but I am not being allowed to progress. Any help?

Your code so far


var myStr; "FirstLine\n\t\\SecondLine\nThirdLine";


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escape-sequences-in-strings

You have a semicolon instead of an assignment operator.

Okay, thank you. I’m still in the HTML mindset.