ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Tom beach solution #80

Closed tomBeach closed 9 years ago

tomBeach commented 9 years ago

comfortLevel: 4 completeness: 4 ???

not sure I understood instructions for 8000 divs (or if they are "painting" in the right place) ...

jshawl commented 9 years ago

re: the 8000 divs, you were supposed to loop 8000 times and create a div and append it to the body. :+1: