This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Scott Newman
over 11 years

I don't understand the lost numbers. Where did this "i" stuff come from?

I’m having trouble understanding the lost numbers. I was able to understand everything except on line 5 where you have for ( ) { I looked in the hints and it didn’t help, Nobody else seemed to have this problem. I was able to find here: http://blog.lyms.org/2012/05/the-lost-numbers/ what to put in line 5 but I failed to understand the lesson. Did I miss something? I know line 5 should read: for ( i = 0 ; i < count; i++) { but I was never taught about i’s and double +’s. Is there a lesson for those i’s?

Answer 502868711fb4460002003466

0 votes

Permalink

Unfortunately, parts of this course used to be covered in a previous one, but they changed the order of some courses in JavaScript track, so things like arrays have not been explained yet. You should, however be familiar with for loops from the FizzBuzz course. If you’re having trouble, you should revisit those exercises.

If you’re still having trouble, leave another comment with any specific questions you still have.

points
Submitted by minrice2099
over 11 years