Escaping literal quotes in string1

It’s not working. Any solution for this?

Your code so far


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

Remove the extra space that you have between the words a and "double quoted"

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