verb

85 of 1578
Bad / Hurt

pummel - To continuously hit something or someone with the fist(s).

After a very stressful day at work, Adam decided to pummel the punching bag at the gym, to vent his frustration.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }