adjective

37 of 77
Bad / Weak

depleted - When resources and energy are used up and emptied.

After a week lost in the enormous forest, Bill found this energy - and possibly his hope - was almost depleted.

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