adjective

13 of 60
Bad / Nervous

frazzled - To feel completely exhausted and worn out, and unable to think straight, after a great deal of mental or physical effort

After being up two nights in a row writing a 60 page history paper, and drinking 60 cups of coffee, Simon's mind felt frazzled.

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