nounverb verb

Url

49 of 60
Good / Flexible

maneuver - To carefully guide or manipulate (someone or something) in order to achieve an end.

The pilot was able to maneuver the plane right and left, up and down, to avoid the oncoming hurricane.

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