Tell us what’s happening:
hi!
why my answer is wrong?
my answer is = var myStr = " I am a “double quoted” string inside “double quotes”.";
but the console says = Variable myStr should contain the string: I am a “double quoted” string inside “double quotes”.
thanks
**Your browser information:**
User Agent is: <code>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36</code>.
**Link to the challenge:**
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings/