adjective

745 of 1576
Bad / Strange

creepy - So strange that it makes you frightened

The horror movie was so creepy that Bill couldn't sleep for 3 days after watching it.

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