noun

Url

49 of 60
Bad / Strange

ghetto - A part of a city, especially a slum area, occupied by a minority group or marginalized community.

The Smith family lived in the inner-city ghetto, and tried to make the best of a hard life.

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