[Error] Escaping Literal Quotes in Strings

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

Why this code don’t work? I can not pass the stage, I get the same result.

result: myStr = I am a “doblue quoted” string inside “double quotes”.

"I am a "doblue quoted" string

are you sure that doesn’t mean double?

1 Like