adjective

Url

49 of 60
Good / Strong

fortitude - Courage in enduring pain or hardship without giving up.

Despite the unruly crowd that seemed it could erupt in chaos at any moment, he handled the situation with great fortitude.

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