Help: Escaping Literal Quotes in Strings

Tell us what’s happening:
I"m unable to get this lesson to pass, what am I doing wrong? I went over and over the video to see what was wrong.

Your code so far


~ var myStr="I am a\"double quoted\" string inside\"double quotes\"."; ~

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings

I removed line information on line two, I’m still not passing.