adjective

Url

37 of 60
Good / Smart-Adj

cognizant - To be mindful or conscious, especially in making decisions or taking action.

He is cognizant of the importance of meeting the deadline, and is working with his colleagues to make it happen..

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