adjective

Url

1561 of 1576
Bad / Stupid

witless - Stupid, foolish, and showing no intelligence.

The witless criminal decided that for his first heist, he would attempt to rob a gun store that had many armed people in it.

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