nounverb noun

409 of 903
Good / New

sprout - A shoot of a plant

The sprouts swayed in the wind for now, but they would soon grow into strong plants.

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