adjective

25 of 60
Good / Smart-Adj

cogent - (of an argument or case) clear, logical, and convincing

The prosecutor made a compelling and cogent argument that led the jury to convict the defendant.

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