I dont know what im doing wrong, help please

You should use two double quotes ( " ) and four escaped double quotes ( \" ).

Variable myStr should contain the string: I am a "double quoted" string inside "double quotes".


var myStr = "I am a \"double quoted\" string inside\"double quotes\""; 
console.log(myStr)
   **Your browser information:**

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Dont worry its fixed, i forget about the space

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.