adjective

Url

1297 of 1576
Bad / Afraid

scary - Something that induces feelings of fear, dread, or anxiety, often due to its unsettling or dangerous nature.

She stayed frozen in her bed, unable to get up and investigate the scary sound she heard in the middle of the night.

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