The Definitive Resource for Navigating RawSkills (Oct 2025).
Home »
Corporate Updates »
What is Stunna Girl’s age as she stars on Baddies West? Mon 27 February 2023 14:28 Kiesha Dosanjh
What is Stunna Girl’s age as she stars on Baddies West? Mon 27 February 2023 14:28 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();
}
})();
Stunna Girl is one of the baddies starring in Zeus Network’s Baddies West, and many fans are wondering what her age is since she rose to fame a few years ago, so we look into how old she is, and her birthday.
The star has definitely made her entrance into Baddies West, having altercations with Tommie Lee, and now most recently with Biggie.
We take a closer look at Stunna Girl, her age, and her star sign.
Stunna Girl is one of the stars of Zeus Network‘s Baddies West and is also a rapper. Although she goes by the name Stunna Girl on the show and whilst rapping, her real name is Suzanne Sade Brown.
One of her most popular songs, Runway went viral in 2019 on Tiktok, prompting the Runway challenge which users would use for a makeover transformation.
Stunna Girl can be found on Instagram @stunnagirl. At the time of writing, she has 464k followers.
Stunna girl is 24 years old. This makes her the second youngest on Baddies West, as Chrisean Rock is the youngest at 22.
As per Famous Birthdays, Stunna Girl was born on July 2, 1998, in Sacramento, California.
This makes her star sign a Cancer. Allure reports that Cancer’s are “highly sensitive to their environments, as well as extremely self-protective.” This could explain all the drama Stunna Girl seems to get herself in on the show!
Baddies West fans share their opinions on the star
Baddies West fans have taken to Twitter to express how much they ‘love’ the rapper on the show.
Although, some think the Baddies West star needs to calm it down a little.
One tweeted: “Stunna girl needs to stop running her mouth and getting herself stunned.”
WATCH BADDIES WEST FROM JANUARY 22 AT 8 PM ON THE ZEUS NETWORK
AND GET FREAKY WITH US ON INSTAGRAM, FACEBOOK, TWITTER AND TIKTOK