Boys Basketball
LWHS Boys Basketball Tryout Information!
All players MUST have FINAL FORMS complete before players are allowed to participate in tryouts. Contact Coach Leon at jamesjleon9@gmail.com for any other questions.
JV and Varsity
Fri. Oct. 30 3:15-5:15
Sat. Oct. 31 8:00-10:00 am
Freshman
Fri. Oct. 30 5:15-7:15
Sat. Oct. 31 10:00-12:00
*All Tryouts are in Main Gym*
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 (_) {} })();