Basic JavaScript - Escaping Literal Quotes in Strings

const myStr = "I am a \"String inside\""; // Change this line
console.log(myStr)

Challenge: Basic JavaScript - Escaping Literal Quotes in Strings…Please I need help on escaping literal quotes in strings

Link to the challenge:

It looks like your string is different than one from the task.

The text should be:

I am a "double quoted" string inside "double quotes".

Please my friend can you explain to me…I’ve read and over read, I don’t know what the challenge needs me to do maybe because my brain is hot and I’ve been coding for 6 hours today

They did provide an initial explanation. Can you be more specific about what part of the explanation you don’t understand?

The text you wrote looks very different than the required text.

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