nounverb noun

37 of 60
Good / Happy

guffaw - A very loud and hearty laugh

When Pete told a joke to the other men around the pot belly stove in the general store, they let out a guffaw of laughter.

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