Heinz
October 15, 2020, 1:43am
1
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:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
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.
Heinz
October 15, 2020, 3:04am
3
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".
Heinz
October 15, 2020, 2:55am
5
**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:
Learn to code. Build projects. Earn certifications.Since 2015, 40,000 graduates have gotten jobs at tech companies including Google, Apple, Amazon, and Microsoft.
ILM
October 15, 2020, 5:44am
6
Heinz:
inside\"double
do you want to write inside"double
or inside "double
?
Heinz
October 15, 2020, 12:30pm
7
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
Heinz
October 15, 2020, 12:36pm
9
i passed it thanks for ur help…im sure i will need it
1 Like
Heinz
October 15, 2020, 12:59pm
11
thanku once i start i cant stop i get in a zone.is that unusual