Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
var box = document.querySelector('.box');
box.addEventListener('click', handleTap);
function handleTap (e) {
  box.classList.toggle('box--active');
}
Output

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

Dismiss x
public
Bin info
iamvdopro
0viewers