noun

13 of 60
Bad / Nervous

frenzy - Wild, extreme, and uncontrolled behavior or mental agitation

Saigon was in a frenzy of chaotic activity at the end of April 1975 as the Viet Cong entered the city and the last Americans left by helicopter.

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