Concatenating Strings with Plus Operator bug in tests

Tests do not recognize concatenation:

It is said, that I should use the + operator to build myStr :confused:

My code:


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_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Concatenating Strings with Plus Operator

Link to the challenge:

1 Like

This is an active bug. Will be fixed soon.

Kindly skip this exercise and proceed with the rest of the module.

2 Likes

I had the same issue. It seems to also apply to the += operator in the next exercise in the module.

1 Like