Tell us what’s happening:
Your code so far
var myStr = "I am a \"double quoted\" string inside \"double quotes\"";
console.log("myStr");
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
.
Challenge: Escaping Literal Quotes in Strings
Link to the challenge:
Could it be the missing period? The test is very specific, and literal.
Refresh the page
if u look bellow u should see:
myStr = “I am a “double quoted” string inside “double quotes””
while it should be:
I am a “double quoted” string inside “double quotes”.
Also in the future u can just simply use the
which is way easier to do
1 Like
@KittyKora, be mindful of the smart quotes in that post. If you try to code from your phone, is a good idea to turn them off. 