adjective

733 of 1578
Bad / Afraid

timid - Shy and nervous, lacking confidence, and easily frightened

Though Bill liked Sally, he was too timid to ask her for a date.

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