adjective

13 of 60
Good / Energy

feisty - Lively, aggressive, determined, courageous, animated, energetic, and spirited

Oodles, Carla's new puppy, was feisty and nipped at her whenever she tried to pick him up.

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