Escaping literal qoutes in strings

Tell us what’s happening:

Your code so far


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:81.0) Gecko/20100101 Firefox/81.0.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

“quotes” is misspelled and you’re missing a full stop :slight_smile:

1 Like

thank you so much for your help

1 Like