Tell us what’s happening:
Describe your issue in detail here.
I cant get the code to pass!
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/concatenating-strings-with-the-plus-equals-operator
Your code so farPreformatted text
myStr = "This is the first sentence. " ;
myStr += “This is the varsecond sentance.”;
myStr = "This is the first sentence. ";
myStr += "This is the varsecond sentance.";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Concatenating Strings with the Plus Equals Operator
Link to the challenge: