nounverb verb

25 of 60
Other / Up+Down

fling - Throw or hurl forcefully

The pitcher would have to fling the baseball fast enough for the batter to miss it.

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