noun

13 of 60
Other / Desire

zest - Great enthusiasm and energy

Alex had so much zest for his job that he would work as much overtime as possible.

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