[SOLVED] Can't escape literal quotes in strings

[SOLVED] I failed to notice the line that is required by the program to be changed.

Tell us what’s happening:
I fulfilled one of two objectives/checks -the one that is content specific- required to get a green check on the challenge and I can’t fulfill the other objective/check even though it appears that it should be marked as fulfilled. It could be incorrect however I require assistance in seeing my error(s). I did clear cache and logged back in with the same behavior persisting. All help is appreciated thank you.

Your code so far


var myStr = ""; // Change this line

myStr = "I am a \"double quoted\" string inside \"double quotes\".";

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