noun

Url

49 of 60
Bad / Small

skit - A short, humorous play or performance, often done in a casual or comedic setting.

During the talent show, the students performed a funny skit about cartoon characters.

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