my screen shoot
Having extra white space or period/dot will result in the failure of the test.
Make sure you don’t have one
@asresgamu if you have some extensions like AdBlocker, disable’em all, then reload the page
what is my error in my coding . I have no coding knowledge. please help me
const myStr = “I am a “double qouted” string inside “double qoutes”.”;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Challenge: Escaping Literal Quotes in Strings
Link to the challenge:
Hello @asresgamu !
That's the good code:
const myStr = "I am a \"double quoted\" string inside \"double quotes\".";
For double quotes write \" at the begin of double quotes and a \" at the final of double quotes.
Hi Asresgamu, you have to be very careful about your spelling. It should always be the first thing you check.
Well done for getting stuck in and becoming involved with the community.
[quote=“asresgamu, post:1, topic:492532”]
const myStr = “I am a “double quoted” string inside “double quotes” .”;
You can copy and paste the solution
ok my dear I will try it
I’m a little confused… Sorry for troubles…
As you have been told before, please don’t provide code for others to copy-paste.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.

