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>
  <h1>Firefox bug( you might need to refresh this page several times)</h1>
  <h2>Expected result</h2>
  <p>console output:</p>
  <ol>
    <li>"processing: task #1"</li>
    <li>"processing: task #2"</li>
    <li>"processing: task #3"</li>
  </ol>
  <h2>Actual result</h2>
  <p>console output:</p>
  <ol>
    <li>"processing: task #1"</li>
    <li>"processing: task #3"</li>
    <li>"processing: task #2"</li>
  </ol>
</body>
</html>
Output

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

Dismiss x
public
Bin info
goooooouwapro
0viewers