Need help i am stuck at this js tutorial

need help with this tutplease check if i am right because it isnt pasing at all

Your code so far


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


Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings

You have one extra space in your string that should not be there. Look carefully at the first part of the string.

its the silly mistakes that eat our brains haha thank you so much