nounverb noun

997 of 1578
Bad / Bad

disgrace - The reduced respect that is caused by doing something very bad

Matt couldn't forgive himself for the disgrace he had brought on his family by his terrible behavior

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