verb

25 of 46
Bad / Hurt

strangle - To try to kill someone by squeezing their throat

When Martha's boss shouted at her, she felt like was ready to strangle him, a feeling that she thankfully was able to control

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