Code failing to run

Tell us what’s happening:

Your code so far


var myStr = "I am a\"double quoted\"string inside\"double quotes.\".";
console.log(myStr)

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

You need to add some spaces in there - there are spots where the text is adjacent to a quote where there should be a space in there. You also need to check the number of periods.

Hello Kevin Smith let me try that out i’ll tell you how it goes.
Thank you.

Hello Kevin Smith let me try that out i’ll tell you how it goes.

Thank you.

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