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

John estes solution #248

Closed johnestes4 closed 8 years ago

johnestes4 commented 8 years ago

Comfort - 4 Completeness - 4

I'm pretty sure I didn't use the most efficient way to make 8000 squares, and the for loop was slow enough that I had to cut the number of squares in half so it would load faster. Making some other parts work took some research, but I feel confident in my understanding of them now.

andrewsunglaekim commented 8 years ago

👍 good work john.