I am working on this exercise and despite entering the correct code I am not be allowed to progress.
Your code so far
// Only change code below this line
var myStr = "This is the first sentance. ";
myStr += “This is the second sentance.”;
// Only change code below this line
var myStr = "This is the first sentance. "
myStr += "This is the second sentance."
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36 Edg/89.0.774.50.
Challenge: Concatenating Strings with the Plus Equals Operator
Link to the challenge: