Escaping Literal Quotes in Strings TNV

Tell us what’s happening:
its stating the paragraph wording isn’t correct. is this a cliche

Your code so far


var 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/76.0.3809.132 Safari/537.36.

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

You’re missing a space between inside and "double.

1 Like

Thank you so much. I finally figured it out.