FXReborn (ex. FurX / UGCatcher)
PeludAPI
Kyozen
import myLife from "purrfection";
class MyFurryLife {
constructor() {
this.moments = [];
this.friends = [];
this.hobbies = [];
this.fursonas = [];
}
addMoment(moment) {
this.moments.push(moment);
console.log(`Nuevo momento aรฑadido: ${moment}`);
}
addFriend(friend) {
this.friends.push(friend);
console.log(`Nuevo amigo aรฑadido: ${friend}`);
}
addHobby(hobby) {
this.hobbies.push(hobby);
console.log(`Nuevo hobby aรฑadido: ${hobby}`);
}
addFursona(fursona) {
this.fursonas.push(fursona);
console.log(`Nueva fursona aรฑadida: ${fursona}`);
}
showMoments() {
console.log("Momentos memorables:");
this.moments.forEach((moment, index) => {
console.log(`${index + 1}. ${moment}`);
});
}
showFriends() {
console.log("Amigos:");
this.friends.forEach((friend, index) => {
console.log(`${index + 1}. ${friend}`);
});
}
showHobbies() {
console.log("Hobbies:");
this.hobbies.forEach((hobby, index) => {
console.log(`${index + 1}. ${hobby}`);
});
}
showFursonas() {
console.log("Fursonas:");
this.fursonas.forEach((fursona, index) => {
console.log(`${index + 1}. ${fursona}`);
});
}
}
const myFurryProfile = new MyFurryLife(myLife);
myFurryProfile.addMoment("Primera convenciรณn furry");
myFurryProfile.addMoment("Creaciรณn de mi primera fursona");
myFurryProfile.addFriend("Dani");
myFurryProfile.addHobby("Dibujo de arte furry");
myFurryProfile.addHobby("Participaciรณn en foros furry");
myFurryProfile.addFursona("Prismy");
myFurryProfile.showMoments();
myFurryProfile.showFriends();
myFurryProfile.showHobbies();
myFurryProfile.showFursonas();
function decorateProfile() {
console.log("Cute Image!");
console.log("https://i.korsinemi.link/uwu.gif)
}
๐ Korsinemi ๐
A Celebration of Furry Passion | ยฉ 2016 - 2024
All Rights Reserved