Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
  <head>
    <style>
      body {
        margin: 0px;
        padding: 0px;
      }
    </style>
  </head>
  <body>
  <input id="one0" type="text" style="width:100px;height:30px;">
  <input id="one1" type="text" style="width:100px;height:30px;">
  <input id="one2" type="text" style="width:100px;height:30px;">
  <input id="one3" type="text" style="width:100px;height:30px;">
  <input id="result" value="click here" type="button" style="width:70px;" onclick="go()">
    <canvas id="myCanvas" width="800" height="500"></canvas>
    <script>
        
    </script>
  </body>
</html> 
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers