Hi can anyone help me about this (Escaping Literal Quotes in Strings ) ?)

Tell us what’s happening:

Your code so far


var myStr = "I am a \"double quoted\" string inside \"double quotes\""; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

you need to match exactly the required string, which includes a period

oh thanks I am so confused
:sneezing_face:

**How to do that please
Have been trying all these while to get solution to that particular question **

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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