noun

Url

625 of 901
Good / Successful

prosperity - A period or condition of economic growth, affluence, and stability.

The country enjoyed a long period of prosperity, with a booming economy and low unemployment rates.

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