nounverb noun

Url

49 of 60
Bad / Uncomfortable

hiccup - An involuntary spasm of the diaphragm, resulting in a sudden, brief sound caused by a quick intake of air, often followed by a noticeable "hic" sound.

A girl in the class couldn't stop her hiccups, and the other kids in the class couldn't stop laughing.

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