What is wrong with my code?

Tell us what’s happening:

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/escaping-literal-quotes-in-strings

Look closely. You’re missing a few spaces.

You’re lacking spaces in certain parts of your string.

i will take a close look.thanks.