Escaping Strings

Ok I think its not a programming error you are typing something wrong here is my code below I would suggest you copy my code, past it, and compare it with your code

var myStr = "I am a \"double quoted\" string inside \"double quotes\"."; 

compare your code against my code and you will get the mistake you are making.

my code is right it’s passing all the testsCapture .

1 Like