noun

25 of 60
Bad / Dishonest

charade - An act or event that is clearly false

Bill told Samantha that he wanted to get married, but she suspected that he didn't mean it, and that the dating was just a charade.

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