adjective

Url

1429 of 1578
Bad / Confused

traumatized - Being severely shocked, disturbed, and upset in a way that causes lasting emotional pain.

He survived the battle, but was traumatized by the violence he witnessed, and it took a long time for him to recover.

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