noun

1 of 78
Bad / Strange

doozy - Something outstanding or unique of its kind

The wide receiver catching the football with one hand in the final seconds of the game was a real doozy of an event that Barry will remember for a long time.

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