adjective

409 of 1578
Bad / Weak

scrawny - (of a person or animal) unattractively thin and bony

Jon was too scrawny to be on the wrestling team, so he had to watch them from the sidelines.

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