noun

13 of 19
Good / Brave

warrior - A person with courage and the inclination to fight and win

When Arnold became head of Sales, he used the warrior inside himself to win every sale, large or small.

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