Chapter 7 — Events
New concepts: click, input, change, keydown, event object, preventDefault
Open the browser Console (F12 → Console) to see output from console.log().
Exercises
- Build an order search box: input event filters the table as you type
- Add a region dropdown: change event filters by region
- Add keyboard shortcut Ctrl+Enter to trigger search
- Build a click-to-copy cell: clicking a Total cell copies value to clipboard