Klik OnChange JavaScript yang diulang

function keyDown (e) {
  if (e.repeat) return;
  
  console.log(e)
}
Yosia Agustadewa