Coding Ninjas Skill Test
STOPWATCH
Stopwatch maintains a simple stopwatch functionality.
Features:
Start Button: On click of start button, start the timer If timer is 0 start from beginning else start from wherever last stopped
Stop Button: Stop timer once clicked on the stop button
Reset Button: On click of reset stop the watch (if already started) and set timer as 0
You see the my live web page in https://arshu200.github.io/StopWatch/