verb

Url

49 of 60
Bad / Weak

regress - To move backward in development or progress, often in a way that suggests deterioration or decline.

After making great strides in therapy, he seemed to regress emotionally after hearing the bad news.

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