It does not make any sense

Tell us what’s happening:

i do not know why i can not pass this challenge. Everything seems right. Can you please check this out for me, Thanks.

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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings

Hello, @Whitetigerno1, welcome to the community :slight_smile:

Your code is almost all good to go. However, the starting and ending double quotes have spacing between itself and the sentence. Sort this spacing out and you should be all fixed.

Hope I have made sense.

Thanks, it helps me passed that problem.

1 Like

I am glad to hear that this has now been solved. :slight_smile:

Happy coding and learning! :computer: :computer_mouse: