Introduction

Etch-A-Sketch on a webpage.
Users can sketch on a grid. The number of squares in the grid is set automatically when the page loads (16x16) but the user can create a new grid with a variable number of squares (up to 100x100).

See it live here.

Learning goals

  • Solidify knowledge of event listeners and event handlers

Skills

  • DOM manipulation
  • Event handling