adjective

Url

613 of 1578
Bad / Bad

atrocious - Horrifyingly wicked

Many people consider the atomic bombs dropped on Japan to be one of the most atrocious acts in history.

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