noun

13 of 60
Other / Shape

gulch - A narrow and steep-sided ravine marking the course of what used to be a stream

Tourists would often walk through the dry gulch in the national park.

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