Javascript run button error

i think my "run button"is not responding

My code so far is ; const myStr = " I am a “double quoted” string inside " double quotes".";


const myStr = " I am a \"double quoted \" string inside \"double quotes\"."; // Change this line

why cant this be excuted since i got the syntax right?

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/99.0

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

You have extra spaces in your string. Your code isn’t quite right.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.