noun

Url

73 of 78
Bad / Strange

pariah - An outcast, someone who is disliked and rejected.

Even though North Korea is regarded by most countries as a pariah government, people don't mess with them because they have an atom bomb.

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