Won't go through

Tell us what’s happening:
I am sure I am right. Why is it not working

Your code so far
var myStr = “I am a “double quoted” string inside “double qoutes”.”; // Change this line


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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Hello and welcome to the freeCodeCamp community~!

A slight typo here :slight_smile:

1 Like