document.getElementById('calculator').onclick = function(e) { // TODO this.input.value += e.target.value; }