['a','b','c'].forEach(function(id){ document.getElementById(id).addEventListener('keyup',function(){ if(proverka(this)) raschitat(); },false); });