Day 02: Character Count / Textarea Limit
Create a textarea that updates a live character count as the user types.
JavaScript focus
- input event
- reading value
- string length
- live DOM updates
Nice extras
- warning style near limit
- hard character max
- remaining characters instead of total count