adjective

865 of 1576
Bad / Angry

furious - Being full of intense anger

Bill was furious that the electric company shut off his electricity by mistake even though he had paid the bill.

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