noun

868 of 3214
Bad / Bad

scourge - A person or thing that causes great trouble or suffering

For at least half the country, Donald Trump is a scourge that can't be avoided.

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