adjective

Url

709 of 732
Other / Inward

unrepentant - Showing no regret, shame, or apology for having done things that were wrong.

Even after serving 10 years in jail for shooting another motorist in an act of road rage, Joe was unrepentant when he was released from jail.

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