Quotes in Strings

Tell us what’s happening:

i cant seem to figure out what wrong with my code :
var myStr = "I am a "double quoted "string inside "double quotes “.”;

Your code so far

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

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/escaping-literal-quotes-in-strings

Hey check your code should produce a string that is exactly same as the expected one.
There shouldn’t be a space after quoted and quotes