noun

Url

805 of 901
Good / Smart

virtuoso - A person who is extremely skilled and has outstanding talent in some field in something.

The electric guitar player was considered a virtuoso compared to his fellow musicians.

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