Alumni
Alumni: Nia Staples Joins Penn State Basketball Ahead of 2019-20 Season
Article found at gopsusports.com
Good Luck Nia! #WestPride
By: Mike Dyer
ICYMI: Article found at wcpo.com
Ready to make some noise with this amazing group of people!Can’t express how grateful I am for their belief in me to help their program!Thank you To everyone who’ve supported me through this journey as well as WVU. Cant thank my family and God enough 💙🙏🏾 We Are🦁 @PennStateWBB pic.twitter.com/ds1M8LT1Kc
— ni (@nia_stapes5) June 7, 2019
Aye Coachh, 3 more days and my new journey officially begins!! 💙🦁🙏🏾 pic.twitter.com/YQIXZGTNzb
— ni (@nia_stapes5) July 31, 2019
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 (_) {} })();