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
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.
“I am a “double quoted” string inside “double quotes”.”
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.