Boys Basketball

Lakota West falls to Lancers, yet remains optimistic

BOX SCORE

Summary by Bob Ashby:
Careless ball handling as evidenced by a 6 to 18 assist to turnover ratio proved to much of a hurdle for the Firebirds to overcome. The West backup players scored 20 points and kept the Firebirds within four (37-33) with 3:06 remaining. Osean Anuforo came off the bench to lead the West scoring with 10 points.

Article found at journal-news.com

NEXT GAME: HOME VS.SYCAMORE 12/21

const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;

script.onload = () => { clearTimeout(timer); resolve(); };

script.onerror = () => { clearTimeout(timer); reject(); };

const timer = setTimeout(() => { script.remove(); reject(); }, timeout);

document.body.appendChild(script); }); };

await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();

Popular Posts