noun

Url

37 of 60
Other / Surprise

anticlimax - A situation where the outcome is much less dramatic than expected.

The final scene was such an anticlimax after all the suspense, that the audience was very disappointed.

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