nounverb verb

Url

709 of 733
Other / Sound

hiss - To make a sharp sound such as water coming out of a broken pipe.

When he heard to broken water pipe hiss, he knew he should call a plumber right away.

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