noun

637 of 1576
Bad / Stupid

dope - A stupid person

After the salesman had gotten Jerry to sign a contract to buy land in Arizona, Jerry visited the land and saw that it was worthless, and then he felt like such a dope.

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