nounverb noun

Url

25 of 62
Good / Smart

brainstorm - A great idea that someone thinks of suddenly.

During the meeting, we had a brainstorm about how to improve our marketing strategy.

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