Double quoted string inside double quotes

Tell us what’s happening…I look at examples Nd they look right they print out but doesn’t pass what wrong give me ur thoughts:

Your code so far


var myStr = "I am a\"double quoted\"string inside\"double quotes\"."; 

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; SM-G975U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.99 Mobile Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

You are missing some spaces. When I add back in the missing three spaces (three different places) the tests pass.

An important part of being a good web developer is attention to tiny details.

i tryied adding spaces in every place and ran all it shows in my console but doesnt pass.i will keep looking but as of now i dont see the spaces if there is anywhay u can tell me in a different way to help me it may help ,e see it thanku for getting back

This is what I see in the console with the code you provided. Do you see where there are missing spaces?

For comparison, this is the string the challenge instructions provides:
I am a "double quoted" string inside "double quotes".

**Tell us what’s happening:**i look at my code and it looks the same as everyones i see so i dont know where the proble, is.

Your code so far


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

Your browser information:

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

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

do you want to write inside"double or inside "double?

witch is the correct code i i tried the space but it didnt pass i have tried to space and rearrange it but it gives me a red line where i space it so i cant c the space i will keep trying im sure it is a small detail

what’s your new code?

i passed it thanks for ur help…im sure i will need it

1 Like

congratulations!

happy coding!

thanku once i start i cant stop i get in a zone.is that unusual