noun

498 of 3214
Bad / Powerless

wimp - A weak and cowardly or unadventurous person

Randy wanted to impress girls at the beach, but being a skinny wimp prevented him from doing so.

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