Escape JavaScript

Please my people what wrong👇

var myStr = "I am a \"double qouted\" string inside \"double qoutes\". "; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; Infinix X657C) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36 OPR/63.3.3216.58675

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

It looks like you haven extra space at the end of your string.

1 Like

you also have a typo

1 Like

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