noun

133 of 733
Other / Shape

stubble - Short stalks of growth

After the forest fire, the beautiful woods had been reduced to a random stubble of burnt stumps.

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