Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title></title>
    <meta charset="utf-8" />
    <script>
        document.body.addEventListener('mouseout', function () {
            console.log('mouseout');
        })
        document.body.addEventListener('mouseleave', function () {
            console.log('mouseleave');
        })
    </script>
</head>
<body>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers