noun

169 of 1578
Bad / Stupid

dufus - Someone who is foolish or stupid.

Jim loved to make people laugh, but strangers got the impression that he was just a dufus because of his silly behavior.

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