noun

Url

49 of 60
Good / Exciting

suspense - A state or feeling of excited or anxious uncertainty about what might happen.

The suspense in the movie was getting so intense that the audience could barely sit in their seats.

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