noun

13 of 60
Bad / Mistake

fluke - Unlikely chance occurrence, especially a surprising piece of luck

Since he was the worst player on his baseball team, Taylor knew the home run he had just hit was a fluke.

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