verb

25 of 60
Other / Move

reverberate - For seomthing to continue to be heard or felt, becaused of a repeating effect or echo.

The effect of the 1929 stock market crash reverberated throughout the 1930's.

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