noun

13 of 60
Good / Big

oodles - A very great number or amount of something

When the FBI raided the gangster's hideout, they found oodles of cash that amounted to millions of dollars.

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