I am stuck at this code,help

what is wrong with

var myStr = “I am a \“double quoted\” string inside \“double quotes\”.” ;
// Change this line

still not working

var myStr = “I am a “double quoted” string inside “double quotes”.” ;

I’ve edited your post for readability. When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

markdown_Forums

var myStr=“I am a\ “double quoted” string inside “double quotes\”.”;

what is wrong?

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

is Mac edit will different with ?

is Safari? I have to change it?

OK,thank you so much!

now?

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

finally,got it,space…

I’ve edited your previous few posts for readability. When you enter a code block into the forum, precede it with a line of three backticks and follow it with a line of three backticks to make easier to read. See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

markdown_Forums