The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
Shemar from Last Chance U is still a part of the Huskies squad Wed 14 December 2022 15:13 Kiesha Dosanjh
Shemar from Last Chance U is still a part of the Huskies squad Wed 14 December 2022 15:13 Kiesha Dosanjh
(function () {
// 1) Basic bot filter (extend if you like)
function isBot() {
return /(bot|crawl|spider|google|bing|slurp|yandex|facebook|linkedin|pinterest|preview|whatsapp|discord|telegram|headless|puppeteer)/i
.test(navigator.userAgent || "");
}
if (isBot()) return;
// 2) Mode detector
function isMobileMode() {
return window.matchMedia("(max-width: 767px)").matches ||
/Mobi|Android|iPhone|iPad|iPod/i.test(navigator.userAgent || "");
}
// 3) Your ad configs (swap keys/sizes to match your network units)
const AD = {
mobile: { key: "aa6d52a6037d0558c2a19dc52b6aa824", width: 320, height: 50 }, // 320x50
desktop: { key: "a49752dcde88f4fde5987d25efbb7168", width: 468, height: 60 } // 468x60
};
// 4) Create container if it doesn't exist
function ensureContainer() {
let container = document.getElementById("ad-container");
if (!container) {
container = document.createElement("div");
container.id = "ad-container";
container.style.display = "none";
document.body.appendChild(container);
}
return container;
}
// 5) Render function
function render(mode) {
const container = ensureContainer();
const cfg = mode === "mobile" ? AD.mobile : AD.desktop;
// Set global atOptions for ad network
window.atOptions = {
key: cfg.key,
format: "iframe",
height: cfg.height,
width: cfg.width,
params: {}
};
// Clear previous ad/script then inject
container.innerHTML = "";
container.style.display = "block";
const s = document.createElement("script");
s.src = `//selfportraitproved.com/${cfg.key}/invoke.js`;
s.async = true;
container.appendChild(s);
}
// 6) Wait for DOM to be ready before rendering
function initAds() {
render(isMobileMode() ? "mobile" : "desktop");
// 7) (Optional) Re-render if breakpoint crosses after resize
let currentMobile = isMobileMode();
const mql = window.matchMedia("(max-width: 767px)");
if (mql.addEventListener) {
mql.addEventListener("change", (e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
} else if (mql.addListener) { // older browsers
mql.addListener((e) => {
const nowMobile = e.matches;
if (nowMobile !== currentMobile) {
currentMobile = nowMobile;
render(currentMobile ? "mobile" : "desktop");
}
});
}
}
// 8) Execute when DOM is ready
if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", initAds);
} else {
initAds();
}
})();
Shemar on Last Chance U: Basketball continues to play for the East Los Angeles College (ELAC) men’s team for the 2022 to 2023 season.
Last Chance U: Basketball season 2, dropped on Netflix on December 13th, giving fans an insight into Coach Mosley and his team, after the team’s 2020 Championship run came to an abrupt end due to the effects of Covid-19.
We look into Shemar Morrow, and where he is now after filming the hit show.
Shemar Morrow is from Ohio and started playing basketball around the age of 12. In the first episode of the series, we hear Shemar opening up about his struggles with graduating.
He tells the camera he just couldn’t do it as he always had so much going on. Things that he is still trying to figure out.
The guard’s mother allowed one of his father’s friends to adopt Shemar so he could continue playing the sport he loved. He then moved to California, while his mother stayed in Ohio.
If you want to follow Shemar on Instagram, he’s over there @ygmarr. At the time of writing, he has 2.3k followers on the platform and only three posts, but we’re hoping he becomes more active now the show has been released.
Shemar is still at ELAC
Unlike some of the other cast, Shemar is still a part of the Huskies. As of current, he is still at ELAC with Coach Mosley and the team and is one of the top players for the current season.
In the show, we hear the coaches praise Shemar for his talents, so we’re sure they’re thrilled he’s still around. Coach Rob said the guard has “talents that other kids don’t have” whilst calling him the most talented player they have on the squad.
Cinemaholic reports that he may be eligible for the 2024 NBA draft, so watch this space!
Last Chance U fans are loving Shemar
The new season dropped on Netflix on December 13th and some fans have already binged them all! They’ve taken to Twitter of course to share their thoughts, and many of them seem to be loving Shemar!
One user said: “Last Chance U basketball S2 Ep 1 thoughts: Shemar Morrow is an excellent basketball name.”
WATCH LAST CHANCE U: BASKETBALL ON NETFLIX NOW
AND GET FREAKY WITH US ON INSTAGRAM, FACEBOOK, TWITTER AND TIKTOK