Boys Basketball

Dudukovich hits 1,000 points as LW boys basketball beats Springboro in OT!

Box Score

Junior Nathan Dudukovich recently reached a remarkable milestone in his high school basketball career: scoring 1000 varsity points. Dudkovich leads the Firebirds with 27 points beating Springboro in overtime 60-58. Nathan joins two Lakota West Basketball greats, Dan Hutzleman and Jordan Hicks. Dudukovich is on pace to be the All-time scorer in Lakota West history with a late post-season push this season or sometime in his senior season. We want to congratulate him on a fantastic accomplishment. #WestPride

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

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