verb

Url

49 of 74
Bad / Hostile

chastise - To scold or criticize someone severely for doing something wrong.

He was chastised by his coach for not following the game plan.

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