My code isn't working and the hint isn't helping

Tell us what’s happening:
Describe your issue in detail here.

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 (X11; CrOS x86_64 14388.52.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.91 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

These are different sorts of quotes. You need the ones on the right, not the ones on the left.

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