verb

Url

37 of 60
Good / Smart

concoct - To invent or devise a plan, story, or excuse, often in a clever or dishonest way.

They concocted a brilliant plan to surprise their friend on her birthday.

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