...Like a whiteboard with a clear plastic overlay
- 'Context' is the clear plastic overlay
- Use drawing (path) methods (arc, rect, line, etc) to draw to Canvas's buffer
- Use render methods (fill, stroke, etc) to draw whatever is in the buffer
- context.beginPath() clears the buffer
- context.clearRect() clears the screen