adjective

913 of 1576
Bad / Disorganized

haphazard - acting without an organized plan

The scientist knew that in order to make sense of all the data from his research, a haphazard approach to analyzing the results would not work.

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