Javascript Click Event

< button > onclick = "doClick()" > Click here < button > [removed]

function doClick() {
  alert('You Clicked.');
}
[removed]