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

Tell us what’s happening:
I dont see where is my mistake?
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/88.0.4324.150 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Try a different browser. May be compatibility issue with browser plugin

Also make sure your spacing between words is correct.

i tried on microsoft edge and google chrome and doesnt work,which broswer is best for this to install?

have you change your code? you have some errors to fix

i didnt change code and i dont know what error to fix.

You should leave spaces inbetween words.

missing a space

missing a space

i did leave spaces between words

i dont undestand still

Is your console log showing words spaced correctly?

yes i click only once space betwen words

1 Like

Can you tell the difference between the 2?

string inside has space from double quotes on the words down bellow

i solved now the lesson now

Yeah so your console log should look like the 2nd one and @ilenia has also shown you were the spaces are missing.

ok that’s great to hear, happy coding!

1 Like

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