adjective

25 of 60
Bad / Dishonest

bogus - Not real or genuine - fake or false (used in a disapproving manner when deception has been attempted)

Mr. and Mrs. Smith had suspected all along that the letter offering Oklahoma land for $100 an acre had been totally bogus.

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