nounverb noun

Url

1465 of 1578
Bad / Weak

wreck - Something that has been badly damaged or destroyed.

Small submarines often go underwater to see the wreck of the Titanic.

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