verb

1 of 60
Bad / Hurt

bash - To hit hard and forcefully

When George Nash came home from the pub drunk the third time this week, his wife took out a stick and screamed, “I told you that if you came home drunk again that I would bash your head in.”

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