verb

Url

37 of 60
Bad / Attack

retaliate - To take action in response to a perceived wrong or harm, often by doing something negative in return.

In the heat of argument, he retaliated with words, and later regretted his own outburst, and the effect it had on her.

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