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">
  <link rel="stylesheet" href="https://unpkg.com/sanitize.css/sanitize.css">
</head>
<body>
  <div id="app"></div>
  <pre id="json"></pre>
  <script src="https://unpkg.com/ramda/dist/ramda.min.js"></script>
  <script>
    function log(some) {
      const out = document.getElementById('json')
      const msg = JSON.stringify(some, null, 2)
      
      console.info(msg)
      out.textContent = msg
    }
  </script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
cloud-walkerpro
0viewers