adjective

Url

2296 of 3214
Other / Fast

impetuous - Acting quickly and without thought or care; impulsive.

His impetuous decision to quit his job left him struggling to find a new one.

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