nounverb verb

Url

37 of 60
Bad / War

breach - The act or a result of breaking; a break or rupture.

After 6 months of siege, the invading army breached the city's wall and destroyed the city.

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