nounverb noun

37 of 60
Good / Busy

throng - A large, densely packed crowd of people or animals

The handful of musicians on stage were outnumbered by the enormous throng of people in the audience.

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