adjective

Url

1021 of 1578
Bad / Steal

bandit - A robber or outlaw, especially one who is part of a group and operates in remote or wild areas.

The sheriff put up many wanted posters, because he was determined to catch the bandit who had robbed several businnesses and banks in town.

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