noun

Url

817 of 903
Good / Pleasure

punchline - The final part of a joke or funny story that gives it its humorous or dramatic point.

When the commedian told the punchline after the long 5 minute joke, the audience burst into laughter.

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