Escaping Literal Quotes in Strings_error

Tell us what’s happening:

Can you please let me know what’s wrong in this line?

Your code so far

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


Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:

You have an extra space after the second \"

Thank you. It worked.