What am I missing?
My Solution:
var myStr = "This is the start. " + “This is the end.”;
It looks like you are using curly quotes?
Try using the regular quotes like “” for this one.
I think it’s a bug.
See this link.
It looks like you are using curly quotes?
Try using the regular quotes like “” for this one.
I think it’s a bug.
See this link.