Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[A wicked simple stopwatch]">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Stopwatch</title>
</head>
<body>
    <h1>Stopwatch</h1>
    <p>
        <span id="minutes">00</span>:
        <span id="seconds">00</span>:
        <span id="tens">00</span>
    </p>
    <button id="button-start">Start</button>
    <button id="button-stop">Stop</button>
    <button id="button-reset">Reset</button>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
eli-oatpro
0viewers