noun

301 of 732
Other / Wet

torrent - A strong and fast-moving stream of water or other liquid

The expensive umbrella barely worked against the heavy torrent of rain.

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