ADVERTISEMENT

Itz Your Boi Rainbow (Biography)

Itz Your Boi Rainbow (Biography)
Itz Your Boi Rainbow (Biography)

Nwanganga Dominic Udechukwu, born on 25/11/1999 and popularly known as Itz Your Boi Rainbow, is a musical artist from the southeast part of Nigeria (Anam, Anambra West), to be precise, but born and brought up in 82 Division Army Barracks.

He has played a pivotal role in the evolution of many types of music genres (Afrobeats). It’s Your Boi Rainbow burst into the music scene with his first hit song, “On Canadian,” followed by Hakuna Matata” and lots more.

Moreover, now an independent artist, Itz Your Boi Rainbow continues to push boundaries with his music and creative vision, full of smash hits and a reputation for electrifying performances. It’s Your Boi Rainbow, a continuing driving force in many types of music genres, most especially the Afrobeat scene. Constantly pushing the boundaries of the genre and staying ahead of musical trends

Join the Discussion

No one has commented yet. Be the first!

Leave a Reply

Your email address will not be published. Required fields are marked *

`; adContainer.appendChild(script); // Display the ad container (if it was hidden) adContainer.style.display = 'block'; // Store the current time localStorage.setItem(LAST_AD_DISPLAY_KEY, Date.now()); } } function canShowAd() { const lastDisplayTime = localStorage.getItem(LAST_AD_DISPLAY_KEY); if (!lastDisplayTime) { // No previous display time, so we can show the ad return true; } const currentTime = Date.now(); const timeElapsed = currentTime - parseInt(lastDisplayTime, 10); return timeElapsed >= AD_DISPLAY_INTERVAL; } // Check on page load and delay ad appearance document.addEventListener('DOMContentLoaded', () => { if (canShowAd()) { setTimeout(() => { showVignetteAd(); }, DELAY_TIME); } else { // Optionally, if you want to hide the ad container initially if not eligible document.getElementById(AD_ZONE_ID).style.display = 'none'; } }); // You could also set up a recurring check if the user stays on the page for a long time // However, vignette ads are typically shown on page load or navigation. // If you need a persistent check *while on the same page*, uncomment the following: /* setInterval(() => { if (canShowAd()) { showVignetteAd(); } }, 60 * 1000); // Check every minute if an ad can be shown */