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:

You have spacing issues, punctuation issues, and capitalization issues. Make sure you do not change the spacing of the original sentence or the case of the word letters. Do not omit any punctuation that was in the original sentence.