I think I am right and it wont let me move on. Help!

Tell us what’s happening:
Describe your issue in detail here.
I have this written out exactly as the guy did in the video , with the backslashes in front of the quotes and I keep getting it wrong…

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

The failing message says
Variable myStr should contain the string:

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

Do you see a piece of punctuation that you’re missing?
When added, the test passes successfully.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.