noun

13 of 60
Bad / Disorganized

hodgepodge - A confused mixture

When Betty emptied her bag after trick-or-treating on Halloween, she dumped onto the table a hodgepodge of all kinds of candies.

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