noun

Url

901 of 1576
Bad / Hostile

adversary - An enemy or opponent

Batman and the Joker were adversaries of each other, and it was interesting to follow how each tried to use strategy to outsmart each other.

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