Escaping literal quotes error. Cant find what went wrong

Tell us what’s happening:
output is “I am a “double quoted” string inside “double quotes”.”

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 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hi,

You need to remove a space behind ‘I am a’ .
Just a typo.

Greets,
Karin

Not working !
Same problem can you share a proper code ?
thanks for your helping hand

Please share again your code so we can see what you tried

the code you posted above is almost correct, you have just an extra space