Where's my error?

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:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36 Edg/87.0.664.57.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

I would log out the variable and look at it.

You have an extra space at the end.

Thanks! It worked!
It was a very silly mistake on my part. :joy:

1 Like