Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head><title></title>
    <script>
      
// this is our "server"
function randFrom() { return arguments[Math.random() * arguments.length | 0]; }
var fname = randFrom('Alice', 'Bob', 'Carl', 'Debbie');
var lname = randFrom('Anderson', 'Bumbleburt', 'Chillingsworth', 'Dimsdale');
window.name = fname + ' ' + lname;
      
    </script>
  </head>
  <body></body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers