button.onclick = function(){ // Так: if(i > 10) return; console.log(i++); // Или так: if(i == 10) button.onclick = null; }