noun

505 of 1578
Bad / Aggressive

henchman - A faithful follower or political supporter, especially one prepared to engage in crime or dishonest practices.

Whenever Tony Soprano needed to attack his enemies, he would send a henchman like Paulie Walnuts to take care of business.

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