nounverb noun

421 of 733
Other / Other

stash - A secret store of something

Carrie's kitchen pot would always act as a secret stash for her money.

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