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

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/81.0.4044.138 Chrome/81.0.4044.138 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hi!

  1. I think, they want you to use “…” instead of ‘…’
  2. A dot (.) is expected at the end of the sentence! (I am a “double quoted” string inside “double quotes”.)
  3. Just copy the sentence as it is and paste ist!

hii…thank you for your answer… and this is really helped