noun

Url

25 of 60
Good / Exciting

enthusiasm - A feeling of eager enjoyment or passion.

After work, the employees got together and shared their enthusiasm for the job they loved.

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