adjective

25 of 76
Bad / Small

measly - Contemptibly small or few

Considering how expensive the meal was, Nick was angry about the measly amount of food he was given.

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