Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
var start = new Date();
var i, l = 1000000000, thing;
for (i = 0; i < l; i++) {
  thing = i;
}
console.log("took", (new Date() - start) / 1000.0, "seconds");
Output

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

Dismiss x
public
Bin info
davesagpro
0viewers