The I typed is correct yet it is not working

Tell us what’s happening:

Your code so far



var myStr = "I am a \"double quoted\" string inside
\"double quotes\".";
console.log(myStr)

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

You’ve got some sort of weird character in there between the “e” at the end of “inside” and the backslash at the beginning of \"double.

I copy pasted your code and it works for me.

the string is in just one line, right?