Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (10 loc) · 377 Bytes

File metadata and controls

10 lines (10 loc) · 377 Bytes

The JavaScript Clock and Stopwatch

Language: JavaScript

Task

Create a webpage that displays the current date and time using the JS Date class. This webpage should also display a stopwatch with options to start, stop, and reset the stopwach.

Skills Demonstrated

  • Date class
  • setInterval/clearInterval
  • Concatenation
  • document.getElementById
  • Conditional Statements