noun

Url

61 of 74
Other / Shape

slope - A surface where one end or side is at a higher level than another.

The steep slope of the ski trail meant that the skiing was exciting and a bit dangerous.

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