adjective

Url

121 of 903
Good / Good

astonishing - Extremely surprising, impressive, and amazing.

When the 9 year old boy played violin so well at the concert, most people found it astonishing.

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