"Double qouted" string inside "double qoutes"

I think that I have the right code so far but its still showing the qoutes in the string.

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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 OPR/76.0.4017.137

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hi, the code is correct. You just have a typo.

Change “qouted” to “quoted” and “qoutes” to “quotes” and it should work!

Wow! simple fix thank you so much. STill learning

1 Like

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