nounverb noun

Url

49 of 60
Other / Fast

sprint - A short race at full speed, usually over a short distance; or a burst of speed or effort for a brief period.

He won the 100-meter sprint with an incredible record time.

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