@net3229678455, I reset the workspace here, and pasted your code in. It worked fine, producing the magic yellow “Next” button. So I don’t know what the problem is.
i was learning JavaScript not too long ago and i was sticking to that for a little while and for variables this seems a little similar to JavaScript as far as variable go just you don’t need to define what type of variable like var or let.
usually if i wanted to add variables (num) together it would be this
let i = 1
let t = 2
let s = 3
let it = i + t + s
Please let us be very specific and simple here in explanation so that we can grab the concept. I am still struggling here. What is the difference between += and + ?
Also, what are we expected to do with the annual rainfall exercise? Am still confuced
I just started this week and I am someone who is very much a beginner. Was 3, 6, and 9 strings in exercise 7 missing in anyone elses? Also I need help creating a new string also. Can anyone help?
As for other exercises, please add specific questions in the corresponding thread or post a specific question regarding a link or code to the exercise with proper formatting!