What is rong with is code help me

Tell us what’s happening:

Your code so far


var myStr = "Iam  a
\"double qouted\" string inside\"double qoutes"\.; 

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; SM-A105F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Mobile Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hints
1: missing a space
2: “.”;
3: " or "\

1 Like