nounverb noun

25 of 34
Bad / Unhappy

yelp - A short sharp cry, especially of pain or alarm

Don stubbed his toe against the table and let out a yelp.

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