adjective

Url

49 of 60
Good / Exciting

staggering - Causing great surprise or disbelief due to something unexpected or extreme.

The view from the top of the mountain was simply staggering.

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