I dont understand this

Tell us what’s happening:

am i missing something been staring at it for an hour trying a lot of different things

Your code so far


// Only change code below this line

var myStr = "This is the first sentance.  ";
myStr += "This is the second sentance.";

console.log(myStr)

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36.

Challenge: Concatenating Strings with the Plus Equals Operator

Link to the challenge:

Hey there @kellychamblin65,

You have some typos in your code. sentance is not sentence. This is just a Programmer’s favorite game.

1 Like

it also seems you have two spaces instead of one at the end of the first string

1 Like