noun

25 of 60
Bad / Bad

slum - A very poor and crowded area, especially of a city

Since the schools and living conditions in a slum are usually very bad, it's hard to escape it to become successful.

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