I cannot understand what is missing there

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

   **Your code so far**

// Only change code below this line

var myStr = "This is the first Sentence. ";

myStr += "This is second the sentence. ";
   **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 10; Nokia 7.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.166 Mobile Safari/537.36

Challenge: Concatenating Strings with the Plus Equals Operator

Link to the challenge:

be more careful copying text. maybe use ‘copy-paste’. remember spaces and case also.

1 Like

You have a space at the end of the string "This is second the sentence. ". This space should not be there. Only a space after the first sentence: "This is the first Sentence. "

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.