verb

25 of 60
Bad / Hurt

smother - To cover something completely

The robber smothered the lone occupant of the house with a pillow, in order to give him more time to find and steal the valuable jewels.

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