nounverb verb

37 of 60
Other / Sound

growl - (of an animal, especially a dog) make a low guttural sound of hostility in the throat

Brian growled back at his dog, but it just made her angrier.

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