adjective

Url

25 of 60
Bad / Bad

abysmal - A deplorable, poor or inferior state.

The living conditions in the slums were abysmal because the shelters were unsafe and there were no services to provide clean water and remove waste.

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