Errorss in my code

Tell us what’s happening:
Describe your issue in detail here.
dont get why its telling me am wrong ,can anyone clarify it for me cause i have written it as instructed and still getting nowhere I’m visiting the site from chrome browser

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 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hi @ogabrian75 !

Welcome to the forum!

You have a spacing issue.

You should check the console to see the error.
Screen Shot 2021-07-19 at 1.11.15 AM

1 Like

in the snippet along the line just between ...string\"double .. there should be space between ie ...string \"double...

sure this will do.

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