adjective

25 of 65
Bad / Disorganized

wanton - Unpredictable, unprovoked, and destructive action

The building was covered in graffiti in a wanton act of vandalism.

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