Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<body>
<script>
var y=6;
var z = function() {
    return 1+y;
}
</script>
<button onclick="y++">Increment</button>
<button onclick="alert(y)">What is y?</button>
<button onclick="alert(z())">What is z?</button>
</body>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers