nounverb noun

37 of 60
Bad / Weak

slack - The part of a rope or line that is not held taut; the loose or unused part

At the nightclub, the slack in the velvet ropes indicated that it was the VIP section.

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