Resolve :not working

Tell us what’s happening:

I am a "double quoted" string inside "double quotes".
Your code so far


var myStr = ""; // Change this line
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/80.0.3987.132 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

thank you so much… been working for half an hour and searched everywhere