nounverb verb

Url

85 of 903
Good / Big

binge - Indulge in an activity, especially eating, to excess

Bob loved eating pizza so much, that whenever he had a desire to eat pizza, he ordered several pies and would binge and continue eating until his bursting stomach couldn't hold any more food.

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