adjective

Url

49 of 72
Bad / Aggressive

headstrong - Determined to do as one pleases, even if it’s reckless or unwise.

Despite everyone’s warnings, he went on the dangerous hike because he’s headstrong and doesn't listen to anybody.

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