verb

Url

205 of 733
Other / Surprise

astonish - To surprise or impress (someone) greatly

The audience was astonished by the amazing fireworks display at the end of the concert.

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