noun

13 of 60
Bad / Strange

outcast - A person who has been rejected by society or a social group

Brent felt like an outcast when his friends refused to speak to him anymore, as a result of his being outspoken about his political opinions that were so different from theirs.

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