Hey! I'm a beginner...I'm stuck in this place, Can you please help me!

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

Your code so far


var myStr = "This is the starline. " + "This is the end."; // Change this line

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; vivo 1807) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36

Challenge: Concatenating Strings with Plus Operator

Link to the challenge:

make sure you use exactly what is required

Build myStr from the strings This is the start. and This is the end. using the + operator.

1 Like

You code is okay,the problem you are not using the correct string ,you should change that starline to start for your code to pass.

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