noun

37 of 60
Good / Exciting

cliffhanger - A situation in a story that is exciting because you can't guess what will happen next

The Netflix episode ended with a cliffhanger, as the hero was falling from the plane without a parachute, with the audience wondering how he could survive.

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