Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html>
    <head>
        <title>JS1k, 1k demo submission [ID]</title>
        <meta charset="utf-8" />
    </head>
    <body>
        <script>
        var b = document.body;
          
        var c = document.createElement("canvas");
        c.width = window.innerWidth; 
        c.height = window.innerHeight;
        b.appendChild(c);
          
        var a = c.getContext('2d');
        document.body.clientWidth;
        </script>
    </body>
</html>
Output

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

Dismiss x
public
Bin info
Hamchapro
0viewers