Concatenating Strings with Plus Operator error

My code is here .
var myStr = "This is the start. " + “This is the end.”;

ii showing error
Use the + operator to build myStr

i don’t understand …!

Keep the code that it started with, and add your code after they tell you to add it. I think it bugs out if you remove their code sometimes.

1 Like

It worked… thanks a lot