Can't get passed this,

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

Your code so far


const myStr = ""; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 9; Infinix X650B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hello , code doesn’t know how to interpret quotation marks inside of the same string so you use a backslash , when you run the code the slashes disappear and it has all the quotation marks. :sunglasses:

“I am a “double quoted” string inside “double quotes”.”

1 Like

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