noun

25 of 60
Bad / Dishonest

charlatan - A person who falsely pretends to know or be something in order to deceive people

The man selling snake oil claimed it would cure all diseases, but Harvey knew the man was just a charlatan.

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