Escaping Literal Quotes in Strings. Is it a bug?

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

Your string is correct. But there should only be one declaration of var myStr. Remove the first line from you code.

Thank you so much, kevcomedia, I need to be more focused :slight_smile:

That’s one of the challenges of coding, having an eye for detail. These frustrations are part of the learning journey! We shall eventually get there :wink:

We will! :+1::+1::clap::v: