Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 334 Bytes

etch-a-sketch

Pixel drawing project built using Javascript DOM methods and CSS

Available at https://ynkze.github.io/etch-a-sketch/

Learning Point

  • DOM maniuplation to create multiple divs/grids dynamically
  • DOM nodes to be converted to array before manipulation
  • Using functions to repeat similar tasks e.g. changing colour