adjective

Url

1465 of 1576
Bad / Disorganized

wreckage - The remains of something that has been badly damaged or destroyed.

After the battle, the troops examined the wreckage of the enemy plane that had crashed, looking for any important information.

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