nounverb noun

25 of 60
Bad / Stupid

dupe - A victim of deception

The homeless man tried to sell magic beans to a passing man because he looked like a dupe.

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