Bad / Afraid

adjective

25 of 26

Bad / Afraid

Url

terrifying - Very frightening and causing extreme fear.

I don't like going on roller coasters, because even though others find them exciting, I find them terrifying.

adjective

26 of 26

Bad / Afraid

Url

alarming - Causing fear, concern, worry, and apprehension.

Starting in 2014 there was an alarming increase in fentanyl deaths in the US peaking to over 73,000 deaths in 2023.

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