Help needed, I'm a beginner

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

Your code so far


//Example
var ourStr = "I come first. " + "I come second."; 

// Change this line

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

console.log(myStr);

Your browser information:

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

Challenge: Concatenating Strings with Plus Operator

Link to the challenge:

Hi, sometimes the console on the bottom gives you a good idea what is wrong. In this case it refers to requirement number 3:

myStr should be created using the const keyword.

1 Like

Thank you very much God bless.

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