nounverb verb

25 of 60
Bad / Hurt

crush - Deform, pulverize, or force inwards by compressing forcefully

Bruce was so angry that he crushed his soda can with his bare hands.

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