Hello
I need my console to look like this "
I am a “double quoted” string inside “double quotes”.
But it looks like this : myStr = “I am a “double quoted” string inside “doubled quotes”.” I need to get rid of the last " so it just has a full stop but I can’t understand what is wrong with the code ?
Many thanks in advance.
Your code so far
const myStr = "I am a \"double quoted\" string inside \"doubled quotes\".";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36