noun

25 of 60
Good / Energy

stamina - The ability to sustain prolonged physical or mental effort

Long-distance runners have plenty of stamina as they run for miles and miles without stopping.

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