verb

Url

289 of 733
Other / Fast

veer - To change direction suddenly

Randy slammed on the brakes when the car in the next lane suddenly veered in front of him.

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