(Help Needed) Basic JavaScript: Escaping Literal Quotes in Strings

Tell us what’s happening:

Your code so far


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

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/escaping-literal-quotes-in-strings

For some reason, this time I ran the test and it says that the code passed :face_with_hand_over_mouth:.

Sorry for wasting your time.