adjective

Url

1537 of 1578
Bad / Bad

depraved - Morally bad or evil

When he hit rock bottom, he decided to end his depraved lifestyle, and pull himself up and be a normal and healthy member of society.

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