I don’t know what I’m doing wrong, it keeps saying:
myStr
should have a value of the string This is the start. This is the end.
Your code so far
const myStr = "This is the start. " + "This is the end. ";
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
Challenge: Basic JavaScript - Concatenating Strings with Plus Operator
Link to the challenge: