Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
 <script src="http://jashkenas.github.io/coffee-script/extras/coffee-script.js"></script>
  <meta charset="utf-8">
  <title>Coffeetest</title>
</head>
<body>
  <script type="text/coffeescript">
    console.log (i for i in [0...10] when i % 2 is 0)
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
futoasepro
0viewers