adjective

601 of 1578
Bad / Bad

nasty - Highly unpleasant, especially to the senses; physically nauseating

Aimee pinched her nose to avoid the nasty smell coming from the garbage truck.

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