verb

1 of 60
Other / Body

gobble - To eat something hurriedly and noisily

After going without food for the whole day, June gobbled the plate of spaghetti she made for dinner.

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