adjective

Url

313 of 1578
Bad / Nervous

amok - to be out of control and act in a wild or dangerous manner

After Mendel saw the drunken peasants running amok destroying his little village, he knew it was time to leave Russia and go to America.

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