Just In !!
About Us
Staff
Pop Culture Central
Media Mayhem
'PC' Business
Tech-Watch
Gaming Central
Literature
PC YearBook
Fashion
Phenom Artists
Opinionated
Corona-Ville, USA
Apparel
RGN 99 Podcasts
Welcome to RGN 99
0
This apps recognizes characters……
const animeCharacters = [ { name: "Naruto Uzumaki", anime: "Naruto", image: "https://static.wikia.nocookie.net/naruto/images/9/94/Naruto_Uzumaki.png" }, { name: "Sailor Moon", anime: "Sailor Moon", image: "https://static.wikia.nocookie.net/sailormoon/images/7/7e/Sailor_Moon.png" }, { name: "Goku", anime: "Dragon Ball", image: "https://static.wikia.nocookie.net/dragonball/images/9/9a/Goku_Super_Saiyan.png" }, { name: "Luffy", anime: "One Piece", image: "https://static.wikia.nocookie.net/onepiece/images/6/6b/Luffy_Anime_Post_Timeskip.png" } ];
0