Stopwatch

Step 3: Start writing code from the flowchart. On the left, there are boxes that represent user actions. On the right, there are boxes that represent the result of those user actions. Make a function for the first user action, click start/stop button:
function startStop() {

}
Last step Next step