verb

25 of 60
Bad / Attack

terrify - To cause somone to feel extreme fear

All kinds of dogs, even small ones, would terrify Scott, and he did everything he could to avoid them.

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