Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="This example shows how an object used as an event listener can help in mantaining the state of the web page">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>Objects as event listeners</title>
</head>
<body>
   <button class="button">Click</button>
   <button class="hidden-button" hidden>New button</button>
</body>
</html>
Output

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

Dismiss x
public
Bin info
AurelioDeRosapro
0viewers