noun

25 of 60
Bad / Unhappy

dismay - A strong feeling of disappointment about something unexpected and hard to fix

After the market plunged by 10%, the news networks showed Wall Street traders feeling dismay.

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