Tell us what’s happening:
This code throws an error “You should use two double quotes (”) and four escaped double quotes (").,
but the code seems right. Is it a bug? If so how can I just skip this challenge? I’m stuck on in and don’t see any button to click on in order to skip it. Thanks all
Your code so far
var myStr = ""; // Change this line
var myStr = "I am a \"double quoted\" string inside \"double quotes\"." ;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings