noun

13 of 60
Bad / Strange

honkey - Usually an uncomplimentary term referring to 'white people'

Blues musicians actually liked the attention and fandom of the honkies who were their followers.

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