I need of assistance

Tell us what’s happening:
Describe your issue in detail here. please guys I need help I’m confused

Your code so far


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

Your browser information:

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

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

You have some spelling and spacing mistakes. If you put:

console.log(myStr);

at the bottom of your code, you can see in the console what your string looks like.

it did work for me oh lord have mercy on me

wow thanks a lot finally i got it i was spelling quotes wrong

1 Like

You’re not the first developer to drive themselves crazy over a spelling error, you won’t be the last.

1 Like

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