adjective

13 of 52
Good / Energy

robust - Strong and healthy; vigorous

Despite being stricken with polio as a child, Teddy Roosevelt overcame his sickness and is regarded as one of our most robust presidents.

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