adjective

37 of 60
Bad / Small

spotty - Having a poor and inconsistent performance record.

Bill ran on the issue of improving the environment, because he knew that the current administration had a spotty record on this issue.

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