noun

Url

49 of 60
Bad / Pain

trauma - A deeply distressing or disturbing experience, especially one with lasting emotional impact; a psychological or emotional wound, often resulting from an intense or life-threatening event.

Childhood trauma can have long-lasting effects on a person’s mental health

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