Basic JavaScript - Escaping Literal Quotes in Strings

Tell us what’s happening:
Please help me there seems to be some glitch

Your code so far

const 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/107.0.0.0 Safari/537.36

Challenge: Basic JavaScript - Escaping Literal Quotes in Strings

Link to the challenge:

You have a misspelling in your text.

i dont think so i have spell it wrongly

Your code is accurate except for one word which you have slightly mispelled twice. Change that spelling and your code will pass.

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