noun

Url

49 of 60
Other / Inward

shame - The emotion experienced when one believes they have done something wrong or inappropriate, often leading to feelings of guilt or disgrace.

Afterwards, he felt a deep sense of shame after lying to his friends about something so important.

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