noun

13 of 60
Bad / Dishonest

culprit - A person who is responsible for a crime or other misdeed

After a long foot chase through downtown, the police officer finally arrested the culprit.

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