verb

13 of 58
Bad / War

bombard - To attack (a place or person) continuously with bombs, shells, or other missiles

The navy bombarded the enemy with cannon fire in order to overwhelm them quickly.

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