noun

25 of 60
Bad / Afraid

trepidation - A feeling of fear or agitation about something that may happen

Ellen was filled with trepidation as she walked through the dark forest.

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