Tell us what’s happening:
Describe your issue in detail here.
Your code so far
let myStr = "This is the first sentence."
myStr += "This is the second sentence."
console.log(myStr);
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36
Challenge: Concatenating Strings with the Plus Equals Operator
Link to the challenge: