adjective

25 of 60
Bad / Bad

nefarious - An act or behaviour that is criminal, evil or wicked.

Joe could only blame himself for the jail sentence that followed his nefarious career as a gangster.

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