107240 const myStr ='I am a \"double quoted\" string inside \"double quotes\".';; // Change this line

Tell us what’s happening:
Describe your issue in detail here.
i can not figure out what coding you use
Your code so far

const myStr ='I am a \"double quoted\" string inside \"double quotes\".';; // Change this line

const myStr = ""; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14268.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.207 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

the string should be surrounded by double quotes

what do you mean by double quotes

You used this:

You must only use this:

thanks so much jeremyLT

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