Free code camp: escaping literal quotes in strings

why isn’t this Code working, can’t find the mistake feeling litte dump tbh.


var  myStr = "I am a \"double qouted\" string inside \"double qoutes\".";

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

I think this is a spelling typo?

I have the same issue. why?

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

hi, you misunderstood the question, type this instead:
var myStr=‘I am a “double quoted” string inside “double quotes”.’

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