Build an interactive stopwatch!
- Adding jQuery
- Understanding
.ready() - DOM traversal and manipulation
- Attaching event listeners
- Using intervals
- Display time in HH:MM:SS instead of raw milliseconds
- Add a
resetfunction to clear the time on the stopwatch - Have more than one, independently functioning, stopwatch on the page