nounverb verb

301 of 1578
Bad / Hurt

slug - To hit someone hard

Arnie was a little drunk and when Jeff did something that made him angry, Arnie slugged Jeff in the face

// 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(); }); }