adjective

Url

829 of 903
Good / Successful

exceptional - Much greater than usual in skill, intelligence, or abiity.

He won the math contest because all the judges agreed that what he accomplished was exceptional.

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