nounverb noun

Url

961 of 1578
Bad / Unhappy

yowl - A loud wailing cry, especially one of pain or distress

Walking in the park, Sara heard the pained yowl of a grizzly bear caught in a trap.

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