adjective

1 of 45
Good / Smart-Adj

canny - Having or showing shrewdness and good judgment, especially in money or business matters

Billionaire Richard Branson became successful by possessing a canny business sense and strong work ethic.

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