adjective

Url

25 of 45
Good / Smart-Adj

erudite - Having or showing deep, extensive knowledge gained from study and reading.

The professor gave an erudite lecture on ancient philosophy that clarified many complex topics.

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