nounverb verb

13 of 60
Bad / Dishonest

bluff - Try to deceive someone as to one's abilities or intentions

Tim had a bad poker hand but decided to bluff and bet all of his chips at once.

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