I have Problem with the Escaping Literal Quotes in Strings challenge

Tell us what’s happening:
For this challenge I don’t know why the console keeps putting a quotation mark at the end of the full stop. I left this for about two weeks and came back, but I’m still experiencing the same thing. I’ve not been able to move forward in this JavaScript module because of this problem.

Your code so far

var myStr = "I am a \"double quoted\" string inside \"double quotes\".";

Your browser information:

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

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.