I did it correctly. But it does not display

var myStr = "I am a \"double quoted\" string inside \"double quotes\". ";
console.log(myStr)
// 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/92.0.4515.159 Safari/537.36

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Are you using right and left quote marks, or is that just how it displayed?

Hello there.

Do you have a question? You seem to have accidentally removed all information about what you are trying to do from your post.

Please edit your post to include your question in the Tell us what’s happening section that you deleted.

Learning to describe problems is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Are you sure you want the extra space at the end?

2 Likes

you have to remove space between " . " at the end

and that`s it …

1 Like

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