verb

Url

49 of 60
Bad / Hostile

ostracize - To banish someone socially, making them feel isolated or unwanted.

He felt ostracized at work after speaking out against the company’s policies, and many people refused to speak to him.

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