nounverb verb

Url

673 of 903
Good / Pleasure

snack - To eat a small amount of food, typically between regular meals.

After dinner, she snacked on popcorn while watching a movie.

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