noun

13 of 60
Bad / Dirty

rubble - Waste or rough fragments of stone, brick, concrete, etc., especially as the debris from the demolition of buildings

After heavy bombing, the city was reduced to rubble.

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