Tell us what’s happening:
Describe your issue in detail here.
const myStr = “This is the start.” + "This is the end. "; // Change this line
I got this erro message:
// running tests
myStr
should have a value of the string
This is the start. This is the end.
// tests completed
Could anyone help me please ?
Your code so far
const myStr = "This is the start." + "This is the end. " ;
// Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36
Challenge: Concatenating Strings with Plus Operator
Link to the challenge:
