Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<input id="timeInput" name="timeInput" type="text " length="20">
<h1><div id="time">00:00:00</div></h1>
<div id="result"></div>
<button onclick=addTime(); >Submit</button>
<button id="start" onclick = startClock();>Start</button>
<button id="stop" onclick="stopTimer();">Stop</button>
<button id="clear" onclick="resetTimer();">Reset</button>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers