Help me, i can't clear this step

let myStr = "This is the first sentence. ";
myStr += "This is hte second sentence.";

console.log(myStr)

Challenge: Basic JavaScript - Concatenating Strings with the Plus Equals Operator

Link to the challenge:

You’ve got a typo in this sentence. I would recommend you copy/paste strings from the instructions if possible to avoid these types of errors.

1 Like

lol my eye have problem, thx

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