noun

318 of 3214
Bad / Stupid

dork - A dull, slow-witted, or socially inept person

Jenny wanted the handsome football player to ask her to the prom, but so far, only the dorks had approached her.

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