nounverb noun

49 of 68
Other / Sound

squeak - A short, high-pitched sound or cry

When he was a kid, Franco loved playing with his rubber ducks that let out a squeak when he squeezed them.

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