Do you have a link to the challenge? If you have an issue, please use the Get Help -> Ask for Help button - it gives us your code and a link to the challenge.
This is not valid JS. Remember that a string must be in quotes, lik:
var myStr = 'this is my string';
You can use single quotes (like here) or double quotes or even backticks.
hoooo sorry⦠its my first time⦠and its very hard for me. now i try to ask in āget heplā dutton and it lead me her⦠so now i understand what you meanā¦
Tell us whatās happening:
Describe your issue in detail here.
Your code so far
// Only change code below this line
var a = 5;
var b = 10;
var c = 'i am a';
// Only change code above this line
a = a + 1;
b = b + 5;
c = c + " String!";
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.90 Safari/537.36.