Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
var callback, results, rounds, _i, _results;
results = [];
rounds = 5;
callback = function(result) {
  
  results.push(result);
  
  if (results.length === rounds) {
    console.log("All " + rounds + " requests have completed! Here they are:", results);
  }
  
};
for 
console.log("This line should appear on top of output");
Output 300px

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

Dismiss x
public
Bin info
lolmauspro
0viewers