nounverb noun

937 of 1578
Bad / Dishonest

fink - An unpleasant or contemptible person

Randall was the fink of the office who everyone tried to avoid.

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