Language: JavaScript
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.
- Date class
- setInterval/clearInterval
- Concatenation
- document.getElementById
- Conditional Statements