adjective

337 of 903
Good / Smart-Adj

foolproof - A plan that is so clever that it is certain to succeed.

The robbers felt they had a plan to rob Monte Carlo that was foollproof.

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