I am stock on this stage

Tell us what’s happening: I don’t understand what is going on but for some reason, this code is not working and I can’t go beyond this stage. I have tried to see if I did anything wrong but I can’t find out why it’s not working. I even watched the video and they did exactly the same thing I did, but still, my code cant gets through the test. I would appreciate it if someone could look at my code and please tell me what I am doing wrong.
thanks in advance.

Your code so far


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

console.log(myStr);

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:

HI @Eprince !

It’s a really small error.

Remove this space here

2 Likes

OMG , You wont know how many hours i have tried to find out what went wrong myself. before making this post. I am praying to have eyes like yours that i can pinpoint any single errors no matter how small they might be and where thy might hiding… I feel a little dumb now, lol. Thanks a lot, i appreciate.

1 Like

No worries.
We have all been there :grinning:

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