verb

Url

25 of 69
Good / Strong

withstand - To remain firm in endurance or opposition.

The night before finals, Mike studied all night and tried very hard to withstand his desire to fall asleep.

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