noun

13 of 60
Bad / Attack

strife - Angry or bitter disagreement over fundamental issues; conflict

Congressman Jones thought the town-hall audience would be friendly, but the people's angry statements and questions created an atmosphere of strife .

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