verb

1 of 60
Bad / Attack

trounce - To defeat heavily in a contest

In the recent French election, eventual winner Macron trounced his opponent by a 2-1 margin.

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