nounverb verb

25 of 60
Bad / Unhappy

moan - Make a long, low sound expressing physical or mental suffering or displeasure

Sara knew that whenever her baby started to moan softly, it would only be a short time before he started to cry.

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