Stuck on Escaping Literal Quotes in Strings

What’s wrong here? Cannot figure it out!


var myStr = ""; // Change this line
myStr = "I am a \"double quoted\" string inside \"double quotes\".";

Browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36.

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

Well… you didn’t change the line that says “change this line”…

2 Likes

oh I didn’t notice that! thanks

That was mine too, thanks!