adjective

Url

49 of 60
Bad / Disorganized

sketchy - Poorly constructed or done carelessly, often rushed or low-quality.

He realized that his plan for the project was sketchy and not well thought out, and that he would have to plan it out in greater detail.

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