OpenTechSchool / js-beginners-day1

Outdated curriculum for the first day of JSFaB. Use https://github.com/OpenTechSchool/js-beginners-1
31 stars 17 forks source link

Use Numbers instead of points #31

Open gnunicorn opened 12 years ago

gnunicorn commented 12 years ago

Suggested by a group of participants: to understand the loop in a loop better, counting up a number and draw that instead of a point. It visualises better what it going on and where what happens (and overlapping is more obvious).

xMartin commented 12 years ago

Actually the same issue as #30 but probably much easier to implement.

grncdr commented 10 years ago

another approach: I told them to put console.log('drawing a circle at', x, y) before each call to circle and that helped enormously.