Can anyone tell me what is wrong with this 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 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36.

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

Pay attention to the spaces in the string. Compare your output with the expected string.