nounverb verb

13 of 60
Bad / Hurt

smack - Strike (someone or something), typically with the palm of the hand and as a punishment

Batman smacked the villain across the face when he refused to stop his criminal activity.

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