noun

Url

1129 of 1578
Bad / Strange

façade - A superficial or false appearance meant to deceive or mislead others.

Despite his smile, it was clear his happiness was just a façade.

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