Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div id="log"></div>
<script>
function log(text) {
  document.getElementById("log")
    .appendChild(document.createElement("p"))
    .appendChild(document.createTextNode(text))
}
</script>
<script type="module">
import "https://cdn.rawgit.com/jdalton/27de98a714d5d053e40422d861f3969c/raw/436d71cb24b2e1afca15ac48749b2810a4d6229c/foo.js"
import "https://cdn.rawgit.com/jdalton/27de98a714d5d053e40422d861f3969c/raw/436d71cb24b2e1afca15ac48749b2810a4d6229c/foo.js#2"
import "https://cdn.rawgit.com/jdalton/27de98a714d5d053e40422d861f3969c/raw/436d71cb24b2e1afca15ac48749b2810a4d6229c/foo.js#3"
</script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
jdaltonpro
0viewers