noun

193 of 1578
Bad / Stupid

goon - A bully or thug, especially one hired to terrorize or do away with opposition

When Mac lost his bet on the big game, the mob boss told him to come up with the money or else he would send his goons after him.

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