verb

Url

37 of 60
Bad / Dangerous

blast - To explode or destroy something or someone with explosives, or to break through or hit something with a similar, very strong force

While building the tunnel through the mountain, the construction crew blasted its way day by day until it was finished.

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