noun

Url

49 of 60
Bad / Unhappy

misery - A state of great suffering or unhappiness, especially caused by emotional or physical pain.

After losing his job and home, he lived in deep misery for a long time, but with great effort, he slowly recovered.

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