Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
<h1>Prime time!</h1>
<label for="N">Primzahlen prüfen bis N =</label>
<input type="number" value="25000" id="N">
<hr>
<button id="blocking">Start (blocking)</button>
<button id="non-blocking">Start (non-blocking)</button>
<a id="clear" href="#">clear</a>
<hr>
<div id="log"></div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers