noun

13 of 60
Good / Strong

prowess - Skill or expertise in a particular activity or field

Without a doubt, Michael Jordan possessed an exceptional prowess on the basketball court.

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