Below code contains qouted in the beginning and at the end of string when running

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 \".";

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; vivo 1610) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.86 Mobile Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

@dhatt126 Try removing the space. It will work.

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