What is wrong with this ? Bugged?

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

Your code so far


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

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0

Challenge: Concatenating Strings with Plus Operator

Link to the challenge:

Hello,
You forgot including space when you want to the Concatenation of two strings. Add a space before This

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