adjective

13 of 60
Good / Happy

ecstatic - Feeling or expressing overwhelming happiness or joyful excitement.

When Brad got the email saying he got the job in the big law firm, he was ecstatic.

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