nounverb noun

25 of 52
Good / Exciting

thrill - A sudden feeling of excitement and pleasure

Harlan Coben is one of the bestselling writers today because of the constant thrills he provides to readers.

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