Please help for this statement

Tell us what’s happening:

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

You have a bunch of extra spaces in your string.

It looks like there are some whitespaces you need to address. The challenge is sensitive.

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

Try not to put space before backslash