Escaping literal qutes in string

Tell us what’s happening:
Describe your issue in detail here.
the code doen’t work

Your code so far


var myStr = "I am a \"double qouted\" string inside \"double qoutes\."; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Do you think you need an escape for the period? Not sure what that might do, but i doubt it’s causing the issue you’re seeing.

And a typo here is more likely to blame.

@betty15 ,

There is a small typo in your string,
you have to use a double quotes(") before the period.
you have to the spelling for qoutes to quotes on both.

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