Basic JavaScript - Appending Variables to Strings

Tell us what’s happening:
Describe your issue in detail here.
I have been working on this for 20 minutes and I am not understanding what it is asking I have done Passed:someAdjective should be set to a string at least 3 characters long. but it says I have You should append someAdjective to myStr using the += operator. Then, when I do that it is saying there is an error from testing it out and it’s missing a semicolon and I do not know where. Can someone explain this assignment to me? I read the information that was given to me and looked at the example . I feel like a bubblehead.

Your code so far

// Change the code below this line
const someAdjective = "good!";
let myStr = "Learning to code is ";

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Basic JavaScript - Appending Variables to Strings

Link to the challenge:

If you could provide a code of your solution then it’d be easier to know where you’re stuck and how to be of help. For now all you did was return the exact code given in the lesson.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.