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: