nounverb verb

13 of 60
Bad / Hostile

snarl - (of an animal such as a dog) make an aggressive growl with bared teeth

The tiny chihuahua snarled so viciously that even bigger dogs were afraid of it.

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