Tell us what’s happening:
When I tried running my code, it said that I should use two double quotes ( "
) and four escaped double quotes ( \"
).
Your code so far
var myStr = "I am a \"double quoted\" string inside \"double quotes\".";
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings