adjective

18 of 60
Bad / Disgusting

dank - Disagreeably damp, musty, and typically cold

Samuel wiped the moisture off of his shoes and shivered as he walked across the dank basement.

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