Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
  <pre>
    document.createTouch.length
  </pre>
  <p>Result: <span id=demo0></span></p>
  
  <pre>
    document.createTouch(window, window, 1, 15, 20, 35);
  </pre>
  <p>Result: <span id='demo1'></span></p>
  
  <pre>
    document.createTouch(window, window, 1, 15, 20, 35, 40);
  </pre>
  <p>Result: <span id='demo2'></span></p>
  
  <pre>
    document.createTouch(window, window, 1, 15, 20, 35, 40, 1, 2, 3);
  </pre>
  <p>Result: <span id='demo3'></span></p>
</head>
<body>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
choniongpro
0viewers