adjective

25 of 60
Bad / Aggressive

scrappy - Determined, argumentative, or pugnacious

Scrappy Doo lived up to his name whenever he would try to start a fight.

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