Basic JavaScript - Concatenating Strings with the Plus Equals Operator

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
Hello why I cannot comlete lesson 25
what I make wrong?

let myStr = "This is the first sentence. ";
myStr += "This is second sentence.";

Your browser information:

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

Challenge: Basic JavaScript - Concatenating Strings with the Plus Equals Operator

Link to the challenge:

Hello and welcome, check the spelling of the second sentence, something is missing!

1 Like

Welcome to the community!

As @DanielHuebschmann stated, there is a word missing from the second sentence.
When that is added it should pass the test for you.

Happy coding!