verb

Url

49 of 60
Bad / Nervous

stutter - To speak with involuntary disruptions or repetitions of sounds, often at the beginning of words, due to a speech difficulty.

During the presentation, she began to stutter when she got nervous.

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