Concatenating String

I am having troble with escape literal string and Concatenating string . I am followin the lessoon and doing exectly what i have been told but my test result is not acknowledge by your softwear and have issue accepting. it show one item missing. I am stuck please help.

Please post your full code and a link to the challenge.

can you post your code here?

Hi jeremy

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 a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

I think that you are missing some spaces in your string.

Hi jeremy
here it is.

Hi jeremy

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

give space between “double quoted”(space here)string