verb

517 of 1576
Bad / Hostile

scold - To rebuke someone angrily, telling them what you think they did wrong.

When her dog tracked mud onto the carpet, Yvonne scolded him angrily.

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