nounverb verb

Url

25 of 60
Bad / Disgusting

stink - Have a strong unpleasant smell

The garbage would stink so much that Beck could smell it from down the street.

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