Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html>
<head>
    <title></title>
</head>
<body>
    <input type="button" value="click" onclick="hello()"><br>
    <input type="button" value="click1" onclick="hello()"><br>
    <input type="button" value="click2" onclick="hello()">
<script>
       function hello(){
           alert("hello");
    }
</script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers