noun

13 of 60
Bad / Aggressive

shrew - A woman who is argumentative, nagging, and ill tempered.

Barry liked Martha a lot, but he decided not to marry her when he realized what an aggressive shrew she was.

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