Escaping Literal Quotes in Strings( keeps saying make sure sring is the same, it looks right to me)

Tell us what’s happening:

Your code so far

var myStr="I am a\"double quoted\"string inside\"double quotes\".";


Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299.

Link to the challenge:
https://www.freecodecamp.org/challenges/escaping-literal-quotes-in-strings

Watch your spacing. Your current string looks like below (missing some 3 spaces characters).

I am a"double quoted"string inside"double quotes".

2 Likes

Thanks. After I ask I tried messing with spacing then forgot the a. Always something small lol