verb

Url

2331 of 3214
Bad / Aggressive

interrogate - To question someone thoroughly, usually in an aggressive manner.

The detective had to interrogate the suspect to uncover the truth about the crime.

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