Escaping Literal Quotes in Strings-3

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

Your solution passes the tests when I run it. What browser are you using?

I’m using the latest Firefox version.

Try clearing your solution and submitting again.

Thanks! It worked after I reset the code.