Basic JS Concatenating Strings with Plus Operator

Tell us what’s happening:

what am I doing wrong why will it not let me move on?

Your code so far


// Example
var ourStr = "I come first. " + "I come second.";

// Only change code below this line

var myStr = "This is the start." + "This is the end.";

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15.

Link to the challenge:

You are missing a space after dot.

1 Like

which one there are 2

Just try and code. You’ll figure it out yourself then. This way you will learn and understand and not just blindly follow some guidelines.

1 Like

ok sound good thanks!!!

Help !
ERROR —>
// running tests You should use the

+

operator to build

myStr

. // tests completed

Please note, this is a known bug:

For future cases, please open your own topic using the Get Help button.

Thanks.

Thank u for Your Quick replay.