Tell us what’s happening:
Your code so far
var myStr ="\I am a string inside\"double quoted\"\"double quotes\"."; // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36.
Challenge: Escaping Literal Quotes in Strings
Link to the challenge:
You did not make a string that matches the target text. You have words and quotation marks out of order.
can u help me with the answer
Target string: I am a “double quoted” string inside “double quotes”.
Your string has words and quotes in wrong places.
yeah i found that out. thanks for the help 
1 Like