Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 398 Bytes

Exercise: jQuery Stopwatch

Build an interactive stopwatch!

Live Code

  • Adding jQuery
  • Understanding .ready()
  • DOM traversal and manipulation
  • Attaching event listeners
  • Using intervals

Chair-Pair

  • Display time in HH:MM:SS instead of raw milliseconds
  • Add a reset function to clear the time on the stopwatch
  • Have more than one, independently functioning, stopwatch on the page