Tell us what’s happening:
The String doesn’t work, the output is as follows:
1
var myStr = "This is the start. " + “This is the end.”; // Only change this line
// running tests You should use the +operator to build myStr.
// tests completed
Your code so far
var myStr = "This is the start. " + "This is the end."; // Only change this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36
.
Challenge: Concatenating Strings with Plus Operator
Link to the challenge: