Basic JavaScript - Escaping Literal Quotes in Strings

Tell us what’s happening:
typed my syntax but its not working whats wrong with it.

Your code so far

const myStr = "i am a \"double quoted\" string inside \" double quotes"; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0

Challenge: Basic JavaScript - Escaping Literal Quotes in Strings

Link to the challenge:

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