adjective

Url

25 of 26
Bad / Afraid

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