Tell us what’s happening:
I can not get the right code for this please I try different method please someone should help me.
Your code so far
var myStr = "I am /"double quoted/ inside /"double quotes/ "."; // Change this line
//var myStr = "I am \"double quoted\" string inside \"double quotes\"."; // Change this line
//var myStr = "I am a \"double quoted\" string inside \"double quotes\".";
//var myStr= "I am a \"double quoted\" string inside \"double quotes\"." ;
//var myStr= "I am a /"double quoted/" string inside "double quotes".;
var myStr = "I am a \"double quoted\" string inside \"double quotes\"."; // Change this line
console.log(myStr)
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36 Edg/84.0.522.61
.
Challenge: Escaping Literal Quotes in Strings
Link to the challenge: