adjective

841 of 1576
Bad / Stupid

foolhardy - Ignoring obvious dangers

Ed's stockbroker told him that it was foolhardy to invest all his money in a startup that had not shown any ability to make a profit.

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