noun

25 of 60
Bad / Angry

rage - A very strong feeling of anger

After 20 years of dedicated work, the way Allen was let go from the company without any notice left him with a rage that he never really got over.

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