noun

13 of 60
Bad / Old

hovel - A small, squalid, unpleasant, or simply constructed dwelling

Almost hidden behind the foliage was a worn-down hovel that provided little more than a roof over somebody's head.

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